<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pipelines not included in Databricks Asset Bundles deployment in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/138949#M51059</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m working with &lt;STRONG&gt;Databricks Asset Bundles (DAB)&lt;/STRONG&gt; to build and deploy Jobs and pipelines across multiple environments in Azure Databricks.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;I can successfully deploy &lt;STRONG&gt;Jobs&lt;/STRONG&gt; using bundles.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;However, when I try to deploy &lt;STRONG&gt;pipelines&lt;/STRONG&gt;, I notice that the bundle does not include pipeline resources in the build/deploy process at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2025 16:41:42 GMT</pubDate>
    <dc:creator>Charansai</dc:creator>
    <dc:date>2025-11-13T16:41:42Z</dc:date>
    <item>
      <title>Pipelines not included in Databricks Asset Bundles deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/138949#M51059</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m working with &lt;STRONG&gt;Databricks Asset Bundles (DAB)&lt;/STRONG&gt; to build and deploy Jobs and pipelines across multiple environments in Azure Databricks.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;I can successfully deploy &lt;STRONG&gt;Jobs&lt;/STRONG&gt; using bundles.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;However, when I try to deploy &lt;STRONG&gt;pipelines&lt;/STRONG&gt;, I notice that the bundle does not include pipeline resources in the build/deploy process at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 16:41:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/138949#M51059</guid>
      <dc:creator>Charansai</dc:creator>
      <dc:date>2025-11-13T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pipelines not included in Databricks Asset Bundles deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/138966#M51065</link>
      <description>&lt;P&gt;This example helped me to deploy ETL pipelines as tasks in jobs to different workspaces.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/databricks/bundle-examples/tree/main/lakeflow_pipelines_python" target="_blank"&gt;bundle-examples/lakeflow_pipelines_python at main · databricks/bundle-examples · GitHub&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2025 20:10:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/138966#M51065</guid>
      <dc:creator>cdn_yyz_yul</dc:creator>
      <dc:date>2025-11-13T20:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pipelines not included in Databricks Asset Bundles deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/139013#M51071</link>
      <description>&lt;P&gt;As per this documentation&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/bundles/resources#pipeline" target="_blank"&gt;https://docs.databricks.com/aws/en/dev-tools/bundles/resources#pipeline&lt;/A&gt;&amp;nbsp;you should be able to do it whit latest CLI version. Check you have that latest version.&lt;/P&gt;&lt;P&gt;Here is a sample databricks.yml configuration file -&amp;gt;&amp;nbsp;&lt;A href="https://github.com/databricks/bundle-examples/blob/main/lakeflow_pipelines_python/databricks.yml" target="_blank"&gt;https://github.com/databricks/bundle-examples/blob/main/lakeflow_pipelines_python/databricks.yml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a sample pipeline definition -&amp;gt;&amp;nbsp;&lt;A href="https://github.com/databricks/bundle-examples/blob/main/lakeflow_pipelines_python/resources/pipelines_python_etl.pipeline.yml" target="_blank"&gt;https://github.com/databricks/bundle-examples/blob/main/lakeflow_pipelines_python/resources/pipelines_python_etl.pipeline.yml&lt;/A&gt;&amp;nbsp; Notice how "pipelines_python_etl" is set as uniquue key for this pipeline. It means, DAB will overwrite whatever pipeline with that key or create a new one if not exist.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 08:36:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/pipelines-not-included-in-databricks-asset-bundles-deployment/m-p/139013#M51071</guid>
      <dc:creator>Coffee77</dc:creator>
      <dc:date>2025-11-14T08:36:14Z</dc:date>
    </item>
  </channel>
</rss>

