Hi all,
Iām working with Databricks Asset Bundles (DAB) to build and deploy Jobs and pipelines across multiple environments in Azure Databricks.
I can successfully deploy Jobs using bundles.
However, when I try to deploy pipelines, I notice that the bundle does not include pipeline resources in the build/deploy process at all.
From what I understand, pipelines need to be explicitly defined in the bundle configuration under the resources section. Unlike Jobs, they arenāt automatically picked up unless declared. If the pipeline was originally created in the Databricks UI or API, I may need to run databricks bundle generate to produce the YAML definition and then add it to the bundle.
Has anyone else run into this issue? Is there a recommended way to structure pipeline resources in the bundle so they are consistently deployed across environments?
Thanks in advance!