Delta Live Tables and GIT

Henrik
New Contributor III

Notebooks that runs in a delta live table are GIT enabled, but what about the Delta Live Table pipeline?

I'm looking for a good way to deploy pipelines from DEV to TEST and TEST to PROD that not just deploy the notebooks but also the pipeline.

What posibilities do I have?

NandiniN
Databricks Employee
Databricks Employee

Hello @Henrik ,

Databricks Asset Bundles would help you do this - https://docs.databricks.com/en/dev-tools/bundles/pipelines-tutorial.html

Also this is a wonderful post addressing your query - https://www.databricks.com/blog/applying-software-development-devops-best-practices-delta-live-table...

Thanks!