<?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 Have you ever wondered how to automate your #databricks jobs and workflows without using the UI? If you want to manage your Databricks resources as co... in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4864#M1458</link>
    <description>&lt;P&gt;Have you ever wondered how to automate your &lt;A href="https://www.linkedin.com/feed/hashtag/?keywords=databricks&amp;amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A7059499232201736192" alt="https://www.linkedin.com/feed/hashtag/?keywords=databricks&amp;amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A7059499232201736192" target="_blank"&gt;#databricks&lt;/A&gt; jobs and workflows without using the UI? If you want to manage your Databricks resources as code, you should check out Terraform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple example of creating a job that runs a notebook on a new cluster using Terraform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;resource "databricks_job" "example" {
&amp;nbsp;
  name = "example-job"
&amp;nbsp;
  new_cluster {
    num_workers   = 2
    spark_version = "13.0.x-scala2.12"
    node_type_id  = "Standard_DS3_v2"
  }
&amp;nbsp;
  notebook_task {
    notebook_path = "/Users/example@example.com/MyNotebook"
  }
}
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2023 12:12:00 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2023-05-03T12:12:00Z</dc:date>
    <item>
      <title>Have you ever wondered how to automate your #databricks jobs and workflows without using the UI? If you want to manage your Databricks resources as co...</title>
      <link>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4864#M1458</link>
      <description>&lt;P&gt;Have you ever wondered how to automate your &lt;A href="https://www.linkedin.com/feed/hashtag/?keywords=databricks&amp;amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A7059499232201736192" alt="https://www.linkedin.com/feed/hashtag/?keywords=databricks&amp;amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A7059499232201736192" target="_blank"&gt;#databricks&lt;/A&gt; jobs and workflows without using the UI? If you want to manage your Databricks resources as code, you should check out Terraform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simple example of creating a job that runs a notebook on a new cluster using Terraform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;resource "databricks_job" "example" {
&amp;nbsp;
  name = "example-job"
&amp;nbsp;
  new_cluster {
    num_workers   = 2
    spark_version = "13.0.x-scala2.12"
    node_type_id  = "Standard_DS3_v2"
  }
&amp;nbsp;
  notebook_task {
    notebook_path = "/Users/example@example.com/MyNotebook"
  }
}
&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 12:12:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4864#M1458</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-05-03T12:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Have you ever wondered how to automate your #databricks jobs and workflows without using the UI? If you want to manage your Databricks resources as co...</title>
      <link>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4865#M1459</link>
      <description>&lt;P&gt;or use ADF &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  Still waiting for actual added value on using Databricks Workflow over ADF.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 13:09:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4865#M1459</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-05-03T13:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Have you ever wondered how to automate your #databricks jobs and workflows without using the UI? If you want to manage your Databricks resources as co...</title>
      <link>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4866#M1460</link>
      <description>&lt;P&gt;at least logical if/no is coming &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 16:55:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/have-you-ever-wondered-how-to-automate-your-databricks-jobs-and/m-p/4866#M1460</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-05-03T16:55:35Z</dc:date>
    </item>
  </channel>
</rss>

