<?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 Databricks Asset Bundle - Not fully deploying in Azure Pipeline in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/83848#M37044</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Hello Community,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I'm encountering a challenging issue with my Azure Pipeline and I'm hoping someone here might have some insights. I'm attempting to deploy a Databricks bundle that includes both notebooks and workflow YAML files. When deploying the bundle locally via the Databricks CLI, everything works perfectly – both notebooks and YAML files are uploaded correctly into my databricks environment.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Also I identified, that if I run "databricks bundle deploy" on my local environment, it creates three folders in databricks:&lt;/DIV&gt;&lt;DIV class=""&gt;- artifacts, files, state&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;But if I deploy on my azure pipeline the "state"-folder is also missing.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The problem arises when I try to deploy the same bundle through my Azure Pipeline. In this case, only the notebooks are being uploaded, and the workflow YAML files are missing. I've made sure that the CLI versions match and that the pipeline configuration is correct. The verbose logs don't show any obvious errors, and the environment variables all seem to be in order as well. It just does not deploy my workflows.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Has anyone experienced a similar issue or have any idea what might be going wrong here? Any tips or directions to investigate would be greatly appreciated.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thank you in advance for your support!&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Best Regards&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 20:24:48 GMT</pubDate>
    <dc:creator>KuruDev</dc:creator>
    <dc:date>2024-08-21T20:24:48Z</dc:date>
    <item>
      <title>Databricks Asset Bundle - Not fully deploying in Azure Pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/83848#M37044</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;Hello Community,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I'm encountering a challenging issue with my Azure Pipeline and I'm hoping someone here might have some insights. I'm attempting to deploy a Databricks bundle that includes both notebooks and workflow YAML files. When deploying the bundle locally via the Databricks CLI, everything works perfectly – both notebooks and YAML files are uploaded correctly into my databricks environment.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Also I identified, that if I run "databricks bundle deploy" on my local environment, it creates three folders in databricks:&lt;/DIV&gt;&lt;DIV class=""&gt;- artifacts, files, state&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;But if I deploy on my azure pipeline the "state"-folder is also missing.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The problem arises when I try to deploy the same bundle through my Azure Pipeline. In this case, only the notebooks are being uploaded, and the workflow YAML files are missing. I've made sure that the CLI versions match and that the pipeline configuration is correct. The verbose logs don't show any obvious errors, and the environment variables all seem to be in order as well. It just does not deploy my workflows.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Has anyone experienced a similar issue or have any idea what might be going wrong here? Any tips or directions to investigate would be greatly appreciated.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thank you in advance for your support!&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Best Regards&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:24:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/83848#M37044</guid>
      <dc:creator>KuruDev</dc:creator>
      <dc:date>2024-08-21T20:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundle - Not fully deploying in Azure Pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/83849#M37045</link>
      <description>&lt;P&gt;Not the workflow yaml files are missing, i meant, that it doesnt create my workflows.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 20:25:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/83849#M37045</guid>
      <dc:creator>KuruDev</dc:creator>
      <dc:date>2024-08-21T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundle - Not fully deploying in Azure Pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/99443#M39992</link>
      <description>&lt;P&gt;Were you ever able to find a resolution for the issue? I am facing the same thing where it deploys the files fine but doesn't actually create the workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 02:16:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/99443#M39992</guid>
      <dc:creator>jtberman</dc:creator>
      <dc:date>2024-11-20T02:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundle - Not fully deploying in Azure Pipeline</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/99476#M39997</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Same issue here, files and wheel are deployed and present on the databricks workspace but the jobs are not created&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 09:17:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundle-not-fully-deploying-in-azure-pipeline/m-p/99476#M39997</guid>
      <dc:creator>adfo</dc:creator>
      <dc:date>2024-11-20T09:17:51Z</dc:date>
    </item>
  </channel>
</rss>

