<?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: Is there a way to clone job cluster or edit cluster using JSON? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4775#M1397</link>
    <description>&lt;P&gt;Interesting approach, thank you. But when cloning this job compute it is cloned as an all-purpose compute. And what I need is to clone it as an other job compute.&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 16:12:44 GMT</pubDate>
    <dc:creator>xneg</dc:creator>
    <dc:date>2023-05-05T16:12:44Z</dc:date>
    <item>
      <title>Is there a way to clone job cluster or edit cluster using JSON?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4773#M1395</link>
      <description>&lt;P&gt;I've created workflow job (let say job A) and set up job cluster configuration for it.&lt;/P&gt;&lt;P&gt;Now I want to create another workflow job (job B) but use almost the same settings for job cluster.&lt;/P&gt;&lt;P&gt;I can see cluster settings in JSON (for both jobs) but I can't edit this JSON or use JSON from job A in the job B cluster.&lt;/P&gt;&lt;P&gt;Also, I can't choose job cluster for job A to use it in job B.&lt;/P&gt;&lt;P&gt;The only way I've found is to clone job A and substitute all of its tasks for those of B. In that case, I'm able to use the same job cluster configuration. But it is quite an unpleasant task to delete manually all of the tasks.&lt;/P&gt;&lt;P&gt;So maybe there is more convenient way to automate this process?&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 13:25:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4773#M1395</guid>
      <dc:creator>xneg</dc:creator>
      <dc:date>2023-05-05T13:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to clone job cluster or edit cluster using JSON?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4774#M1396</link>
      <description>&lt;P&gt;@Eugene Bikkinin​&amp;nbsp;if i understood correct, you want to clone one of your job cluster right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that is the case got--&amp;gt;compute--&amp;gt; job compute --&amp;gt; click on right side at end  (3 dots) --&amp;gt; you can see clone option&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 15:55:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4774#M1396</guid>
      <dc:creator>karthik_p</dc:creator>
      <dc:date>2023-05-05T15:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to clone job cluster or edit cluster using JSON?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4775#M1397</link>
      <description>&lt;P&gt;Interesting approach, thank you. But when cloning this job compute it is cloned as an all-purpose compute. And what I need is to clone it as an other job compute.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 16:12:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4775#M1397</guid>
      <dc:creator>xneg</dc:creator>
      <dc:date>2023-05-05T16:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to clone job cluster or edit cluster using JSON?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4776#M1398</link>
      <description>&lt;P&gt;Also you can use &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter" alt="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter" target="_blank"&gt;terraform exporter&lt;/A&gt; with -match flag&amp;nbsp;to get a .tf definition for a job A. Once initialized, you can define job B.&lt;/P&gt;&lt;P&gt;Another option is to use &lt;A href="https://dbx.readthedocs.io/en/latest/guides/python/python_quickstart/" alt="https://dbx.readthedocs.io/en/latest/guides/python/python_quickstart/" target="_blank"&gt;dbx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:39:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4776#M1398</guid>
      <dc:creator>artsheiko</dc:creator>
      <dc:date>2023-05-10T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to clone job cluster or edit cluster using JSON?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4777#M1399</link>
      <description>&lt;P&gt;Never tried to use terraform. I think it's time I gave it a shot.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:41:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4777#M1399</guid>
      <dc:creator>xneg</dc:creator>
      <dc:date>2023-05-10T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to clone job cluster or edit cluster using JSON?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4778#M1400</link>
      <description>&lt;P&gt;Using terraform exporter I got .tf file for job but the only mention of cluster is &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;job_cluster_key = "My_job_cluster"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And there are no settings for this specific cluster. If I export clusters using terraform exporter I can get only all-purpose but not job clusters. So this approach doesn't work for me &lt;span class="lia-unicode-emoji" title=":pensive_face:"&gt;😔&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 10:30:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-a-way-to-clone-job-cluster-or-edit-cluster-using-json/m-p/4778#M1400</guid>
      <dc:creator>xneg</dc:creator>
      <dc:date>2023-05-11T10:30:27Z</dc:date>
    </item>
  </channel>
</rss>

