DLT Pipelines call same table

kfoster
Databricks Partner

Orchestration of when DLT runs is handled by Azure Data Factory.

There are scenario's a table within a DLT pipeline needs to run on a different schedule.

Is there a pipeline configuration option to be set to allow the same table to be ran by two different pipelines? The storage location and target database are identical.

Vivian_Wilfred
Databricks Employee
Databricks Employee

Hi @Kristian Foster​ , It should not be possible. Every pipeline owns its table and multiple pipelines cannot write to the same table.

View solution in original post