<?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 workflows, sample script/method to deploy jobs.json to other workspace in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/105161#M42021</link>
    <description>&lt;P&gt;I am planning to do the same in YAML for creating workflow in other environments .do you have the script for this ? Please share in case if you have thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 12:33:35 GMT</pubDate>
    <dc:creator>cpradeep</dc:creator>
    <dc:date>2025-01-10T12:33:35Z</dc:date>
    <item>
      <title>Databricks workflows, sample script/method to deploy jobs.json to other workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36180#M26073</link>
      <description>&lt;P&gt;Could someone point me at right direction to deploy Jobs from one workspace to other workspace using josn file in Devops CI/CD pipeline? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 15:33:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36180#M26073</guid>
      <dc:creator>Databricks_-Dat</dc:creator>
      <dc:date>2023-06-29T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks workflows, sample script/method to deploy jobs.json to other workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36182#M26074</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please use databricks jobs API to extract the workflow definitions into the GIT repository as part of your checkin process before the PR. In your devops pipeline, you can submit the parameters as needed from the pipeline and deploy it using databricks deploy activity or using API to your higher environment. In the process, you can also substitute a different cluster settings during deployment. In many cases, the cluster settings in the production environment will higher than the development environment since it will handle more data.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 15:41:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36182#M26074</guid>
      <dc:creator>yuvapraveen_k</dc:creator>
      <dc:date>2023-06-29T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks workflows, sample script/method to deploy jobs.json to other workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36191#M26075</link>
      <description>&lt;P&gt;Thanks for the quick reply. It sounds workable for us as we are using devops deployment piepline. But I can't find an automated way to link workflow definitions to Git automatically. Does it have to be manually uploaded to Repos to checkin to GIT? If possible, could you please guide on how deployment pipeline could create the workflow in destination workspace? is it though running a python script which would have create json&amp;nbsp; with updated parameters? As you said, I would need to change pool ID, Cluster Config etc.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 16:18:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36191#M26075</guid>
      <dc:creator>Databricks_-Dat</dc:creator>
      <dc:date>2023-06-29T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks workflows, sample script/method to deploy jobs.json to other workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36200#M26077</link>
      <description>&lt;P&gt;Your are welcome. There was a feature that databricks released to linked the workflow definition to the GIT automatically. Please refer the link below,&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/blog/2022/06/21/build-reliable-production-data-and-ml-pipelines-with-git-support-for-databricks-workflows.html" target="_blank"&gt;https://www.databricks.com/blog/2022/06/21/build-reliable-production-data-and-ml-pipelines-with-git-support-for-databricks-workflows.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In terms of the flow, below are the steps you should be following.&lt;/P&gt;&lt;P&gt;Step 1: Link workflow with the GIT repository with the databricks feature. If that feature is still not available, you can have a very simple python or a shell script (make only one API call) installed in their local using this documentation &lt;A href="https://docs.databricks.com/workflows/jobs/jobs-2.0-api.html" target="_blank"&gt;https://docs.databricks.com/workflows/jobs/jobs-2.0-api.html&lt;/A&gt;&amp;nbsp;(This is the method we follow since we implemented git integration even before databricks added the feature.&lt;/P&gt;&lt;P&gt;Step 2: Developer checks-in the code. Peer approves the the PR.&lt;/P&gt;&lt;P&gt;Step 3: Devops pipeline can pick the workflow config from the git folder, either 1) perform a replace in the azure devops pipeline using a string replace and deploy the databricks workflow in your higher enviornment using the task or an API call. 2) Terraform task can also be used to deploy a workflow which may be little bit easier than option 1.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 16:33:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/36200#M26077</guid>
      <dc:creator>yuvapraveen_k</dc:creator>
      <dc:date>2023-06-29T16:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks workflows, sample script/method to deploy jobs.json to other workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/105161#M42021</link>
      <description>&lt;P&gt;I am planning to do the same in YAML for creating workflow in other environments .do you have the script for this ? Please share in case if you have thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 12:33:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-workflows-sample-script-method-to-deploy-jobs-json-to/m-p/105161#M42021</guid>
      <dc:creator>cpradeep</dc:creator>
      <dc:date>2025-01-10T12:33:35Z</dc:date>
    </item>
  </channel>
</rss>

