How can I choose to attach several notebooks at the same time to a DLT pipline?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi there @WYO , I dont think we have a way to add multiple notebooks for a single dlt pipeline from dlt pipeline configuration settings.
But there can be another way - you can create a single notebooks which has multiple code blocks which use the run command and run the notebook given in that code block.
Here is the databricks doc link : https://docs.databricks.com/aws/en/notebooks/notebook-workflows#run-vs-dbutilsnotebookrun
Depending on your usecase , You can also create separate dlt pipeline for each notebook and call all those dlt pipelines by creating a databricks workflow which can have a pipeline_task

