<?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 Re: Databricks asset bundle deploys DLT pipelines as duplicate resources in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112224#M44141</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/115968"&gt;@HoussemBL&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;Though I dont know the exact solution to your answer. To answer your first question - You can look into your .databricks/ folder for better understanding of your dabs behaviour.&lt;/P&gt;&lt;P&gt;- Are you separating your databricks.yml files after news projects are being created or still using the single databicks.yml&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 04:23:44 GMT</pubDate>
    <dc:creator>ashraf1395</dc:creator>
    <dc:date>2025-03-11T04:23:44Z</dc:date>
    <item>
      <title>Databricks asset bundle deploys DLT pipelines as duplicate resources</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112168#M44126</link>
      <description>&lt;P class=""&gt;Dear Community,&lt;/P&gt;&lt;P class=""&gt;I have a deployment issue after restructuring my project.&lt;/P&gt;&lt;P class=""&gt;Previously, our project was organized with the following structure:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;project/src/&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;project/resources/&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;project/databricks.yml&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;As part of an optimization effort, we have transitioned to a &lt;STRONG&gt;monorepo structure&lt;/STRONG&gt; with multiple sub-projects:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;project1/&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;project2/&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;All resources, including Delta Live Tables (DLT) pipelines that were deployed in the earlier structure, have now been moved to project1/.&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Deployment Issue&lt;/STRONG&gt;&lt;/H2&gt;&lt;P class=""&gt;Following this restructuring, we encountered a problem when deploying with Databricks Asset Bundle (DAB). Specifically:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Error: cannot create pipeline: The pipeline name '[user] bronze__pipeline' is already used by another pipeline. This check can be skipped by setting `allow_duplicate_names = true` in the request.

  with databricks_pipeline.bronze_pipeline,
  on bundle.tf.json line 315, in resource.databricks_pipeline.bronze__pipeline:
 315:       },&lt;/LI-CODE&gt;&lt;P class=""&gt;--&amp;gt; It seems that DAB does not recognize the pipelines as the same resources after the folder restructuring. DAB treats them as new resources rather than updates to existing ones.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/H2&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;How can we better understand Databricks Asset Bundle (DAB) behavior when restructuring projects?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;What steps can be taken to ensure that we continue using the same resources, namely the same DLT pipelines, after restructuring the project?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:29:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112168#M44126</guid>
      <dc:creator>HoussemBL</dc:creator>
      <dc:date>2025-03-10T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks asset bundle deploys DLT pipelines as duplicate resources</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112224#M44141</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/115968"&gt;@HoussemBL&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;Though I dont know the exact solution to your answer. To answer your first question - You can look into your .databricks/ folder for better understanding of your dabs behaviour.&lt;/P&gt;&lt;P&gt;- Are you separating your databricks.yml files after news projects are being created or still using the single databicks.yml&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 04:23:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112224#M44141</guid>
      <dc:creator>ashraf1395</dc:creator>
      <dc:date>2025-03-11T04:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks asset bundle deploys DLT pipelines as duplicate resources</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112263#M44153</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/104610"&gt;@ashraf1395&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am creating two separate&amp;nbsp;&lt;SPAN&gt;databricks.yml for each sub-project.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 09:59:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-deploys-dlt-pipelines-as-duplicate/m-p/112263#M44153</guid>
      <dc:creator>HoussemBL</dc:creator>
      <dc:date>2025-03-11T09:59:55Z</dc:date>
    </item>
  </channel>
</rss>

