- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 07:44 AM
Deploying a bundle containing a Pipeline that references a DLT Notebook.
In the YAML I am passing the relative path to the Notebook from the repository root (where the YAML lives).
Deploying says 'success' but when validating, the Pipeline cannot find the notebook.
Here is where the deployed Pipeline is looking to find the notebook :
NB: Code is in an Azure Devops Repository and I am deploying using the VSCode Add-in.
Thanks
bundle:
name: vehicle
targets:
dev:
mode: development
default: true
workspace:
host: https://dbc-xxxxxxxx-xxxx.cloud.databricks.com
resources:
pipelines:
vehicle:
name: vehicle
catalog: dev_bronze
schema: landing
development: true
edition: ADVANCED
channel: CURRENT
photon: false
continuous: false
clusters:
- label: default
autoscale:
min_workers: 1
max_workers: 5
mode: ENHANCED
libraries:
- notebook:
path: "./.databricks/bundle/dev/notebooks/vehicle.ipynb"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 02:29 AM - edited 07-22-2025 02:29 AM
Hello @simonB2025
May you share a snippet of your folder/project structure and where the notebook resides, so we can suggest to
you the exact solution. Thank you!
Best, Ilir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 02:42 AM
Ilir, thanks for the reply.
Problem now solved.
Have been shown how to generate a template using "databricks bundle init" which has put me on the right path.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 02:46 AM
Happy to hear you solved the issue @simonB2025 . !