The changes are to create the first version of the setup book notebook which creates database schemas and tables needed for Parking sensor sample. The changes include:
creation of the notebook without any default lakehouse attached
A script to capture telemetry using Open Telemetry
A config to store all the DDLs (specific for this notebook)
A common config file to store common information like workspace id, lakehouse id etc.
Additional changes to Ci/CD linter hooks are done based on the errors encountered in the DEV container, and the changes were made with help and guidance of Naga.
Note that, the config and OTEL script files were placed in some temporary locations (configs and otel script) pending discussion (References #840). These can be moved as needed.
Does this introduce a breaking change? If yes, details on what can break
No
Author pre-publish checklist
[ ] Added test to prove my fix is effective or new feature works
[x] No PII in logs
[ ] Made corresponding changes to the documentation
Type of PR
Purpose
The changes are to create the first version of the setup book notebook which creates database schemas and tables needed for Parking sensor sample. The changes include:
Note that, the config and OTEL script files were placed in some temporary locations (configs and otel script) pending discussion (References #840). These can be moved as needed.
Does this introduce a breaking change? If yes, details on what can break
No
Author pre-publish checklist
Validation steps
Issues Closed or Referenced