<?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: How can I get the json spec of my Databricks Job? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26037#M18166</link>
    <description>&lt;P&gt;I join to post's thread. I'd like to have the same but in the notebooks, not by CLI:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/s/question/0D53f00001JwOVCCA3/is-it-possible-to-passthrough-jobs-parameters-to-variable" alt="https://community.databricks.com/s/question/0D53f00001JwOVCCA3/is-it-possible-to-passthrough-jobs-parameters-to-variable" target="_blank"&gt;Is it possible to passthrough job's parameters to variable? (databricks.com)&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 20:06:24 GMT</pubDate>
    <dc:creator>del1000</dc:creator>
    <dc:date>2021-09-14T20:06:24Z</dc:date>
    <item>
      <title>How can I get the json spec of my Databricks Job?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26033#M18162</link>
      <description />
      <pubDate>Mon, 07 Jun 2021 17:47:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26033#M18162</guid>
      <dc:creator>User16783855534</dc:creator>
      <dc:date>2021-06-07T17:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the json spec of my Databricks Job?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26034#M18163</link>
      <description>&lt;P&gt;Go to Jobs-&amp;gt;Your Job -&amp;gt; Configuration Tab -&amp;gt; click Json on the right hand of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 17:49:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26034#M18163</guid>
      <dc:creator>User16783855534</dc:creator>
      <dc:date>2021-06-07T17:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the json spec of my Databricks Job?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26035#M18164</link>
      <description>&lt;P&gt;click on Jobs.  Click on the name of the job.  next to the job name you should see a RUN NOW and a MORE button.  Click More and select view JSON.  &lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 19:49:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26035#M18164</guid>
      <dc:creator>BrianPalmer</dc:creator>
      <dc:date>2021-09-10T19:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the json spec of my Databricks Job?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26036#M18165</link>
      <description>&lt;P&gt;If you're using the UI then see the previous responses. If you want to use the CLI then you would use the following.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;# Get list of jobs
databricks jobs list
&amp;nbsp;
# Get JSON for specific job
databricks jobs get --job-id &amp;lt;job id&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you're trying to do it in an automated way then you can use the &lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#get" alt="https://docs.databricks.com/dev-tools/api/latest/jobs.html#get" target="_blank"&gt;Jobs API&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 07:24:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26036#M18165</guid>
      <dc:creator>dazfuller</dc:creator>
      <dc:date>2021-09-13T07:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the json spec of my Databricks Job?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26037#M18166</link>
      <description>&lt;P&gt;I join to post's thread. I'd like to have the same but in the notebooks, not by CLI:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/s/question/0D53f00001JwOVCCA3/is-it-possible-to-passthrough-jobs-parameters-to-variable" alt="https://community.databricks.com/s/question/0D53f00001JwOVCCA3/is-it-possible-to-passthrough-jobs-parameters-to-variable" target="_blank"&gt;Is it possible to passthrough job's parameters to variable? (databricks.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 20:06:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26037#M18166</guid>
      <dc:creator>del1000</dc:creator>
      <dc:date>2021-09-14T20:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the json spec of my Databricks Job?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26038#M18167</link>
      <description>&lt;P&gt;This is where you can get the jobs JSON format.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 08:20:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-get-the-json-spec-of-my-databricks-job/m-p/26038#M18167</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-10-08T08:20:36Z</dc:date>
    </item>
  </channel>
</rss>

