ThierryBa
Databricks Partner

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