Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 06:03 PM
I had this error once.
you need to specify the extension of your file. If you set the notebook to be python, then it must be .py at the end, likewise .sql if you used SQL
libraries:
- notebook:
path: ${workspace.file_path}/databricks/src/notebooks/dlt_test.py
OR
libraries:
- notebook:
path: ${workspace.file_path}/databricks/src/notebooks/dlt_test.sql
Data and Analytics Practice Lead