<?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: Automate the Databricks workflow deployment in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9734#M5049</link>
    <description>&lt;P&gt;thanks for the answer! could you give an example of the structure of the python script?&lt;/P&gt;&lt;P&gt;or a documentation link where I can find it...&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 14:01:10 GMT</pubDate>
    <dc:creator>joao_vnb</dc:creator>
    <dc:date>2023-02-14T14:01:10Z</dc:date>
    <item>
      <title>Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9730#M5045</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys know if it's possible to automate the Databricks workflow deployment through azure devops (like what we do with the deployment of notebooks)?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 15:36:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9730#M5045</guid>
      <dc:creator>joao_vnb</dc:creator>
      <dc:date>2023-02-08T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9731#M5046</link>
      <description>&lt;P&gt;This might help you:-&lt;/P&gt;&lt;P&gt;​https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 19:27:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9731#M5046</guid>
      <dc:creator>Manoj12421</dc:creator>
      <dc:date>2023-02-09T19:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9733#M5048</link>
      <description>&lt;P&gt;To automate the deployment of Databricks workflows, you can use the Databricks REST API and a scripting language such as Python or Bash. The script can create a new workflow and add steps to it, as well as manage existing workflows. The script can be triggered by a CI/CD pipeline, allowing for automated deployment of the workflow whenever changes are pushed to the source code repository. This approach can greatly simplify and streamline the deployment process, reducing the risk of manual errors and improving the speed of delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 05:26:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9733#M5048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-11T05:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9734#M5049</link>
      <description>&lt;P&gt;thanks for the answer! could you give an example of the structure of the python script?&lt;/P&gt;&lt;P&gt;or a documentation link where I can find it...&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:01:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9734#M5049</guid>
      <dc:creator>joao_vnb</dc:creator>
      <dc:date>2023-02-14T14:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9735#M5050</link>
      <description>&lt;P&gt;thanks for the answer!! It isn't exactly what I want, though&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:05:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9735#M5050</guid>
      <dc:creator>joao_vnb</dc:creator>
      <dc:date>2023-02-14T14:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9736#M5051</link>
      <description>&lt;P&gt;thanks for the answer!! It isn't exactly what I want, though&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 14:05:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9736#M5051</guid>
      <dc:creator>joao_vnb</dc:creator>
      <dc:date>2023-02-14T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9732#M5047</link>
      <description>&lt;P&gt;Hi, yes, it is possible. Please refer: &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops" alt="https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ci-cd/ci-cd-azure-devops&lt;/A&gt; and let us know if this helps. &lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 05:29:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/9732#M5047</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-02-10T05:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/59974#M31555</link>
      <description>&lt;P&gt;Did you get a chance to try Brickflows -&amp;nbsp;&lt;A href="https://github.com/Nike-Inc/brickflow" target="_blank"&gt;https://github.com/Nike-Inc/brickflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can find the documentation here -&amp;nbsp;&lt;A href="https://engineering.nike.com/brickflow/v0.11.2/" target="_blank"&gt;https://engineering.nike.com/brickflow/v0.11.2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Brickflow uses - Databricks Asset Bundles(DAB) under the hood but provides a Pythonic way to create your workflows.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:46:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/59974#M31555</guid>
      <dc:creator>asingamaneni</dc:creator>
      <dc:date>2024-02-12T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the Databricks workflow deployment</title>
      <link>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/123696#M47056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Above link does not work. Could you please provide the appropriate link&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 14:07:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/automate-the-databricks-workflow-deployment/m-p/123696#M47056</guid>
      <dc:creator>Manoranjan</dc:creator>
      <dc:date>2025-07-02T14:07:47Z</dc:date>
    </item>
  </channel>
</rss>

