<?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: Does the Jobs API allow executing an older version of a Notebook using version history? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/does-the-jobs-api-allow-executing-an-older-version-of-a-notebook/m-p/22595#M15496</link>
    <description>&lt;P&gt;You can use the databricks built in&amp;nbsp;&lt;A href="https://docs.databricks.com/notebooks/notebooks-use.html#version-control" alt="https://docs.databricks.com/notebooks/notebooks-use.html#version-control" target="_blank"&gt;version control feature&lt;/A&gt;, coupled with the&amp;nbsp;&lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask" alt="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask" target="_blank"&gt;NotebookTask&lt;/A&gt;&amp;nbsp;Jobs API to specify a specific version of the notebook based on the timestamp of the save defined in unix timestamp format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;curl -n -X POST -H 'Content-Type: application/json' -d \
'{
  "name": "API Revision Timestamp Test V3",
  "existing_cluster_id": "cluster-id",
  "notebook_task": {
            "notebook_path": "notebookpath",
            "revision_timestamp": "1624048530"
        }
}' &lt;A href="https://&amp;lt;databricks-instance&amp;gt;/api/2.0/jobs/create" target="test_blank"&gt;https://&amp;lt;databricks-instance&amp;gt;/api/2.0/jobs/create&lt;/A&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 20:50:56 GMT</pubDate>
    <dc:creator>aladda</dc:creator>
    <dc:date>2021-06-18T20:50:56Z</dc:date>
    <item>
      <title>Does the Jobs API allow executing an older version of a Notebook using version history?</title>
      <link>https://community.databricks.com/t5/data-engineering/does-the-jobs-api-allow-executing-an-older-version-of-a-notebook/m-p/22594#M15495</link>
      <description>&lt;P&gt;I see the revision_timestamp paramater on&amp;nbsp;NotebookTask &lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask" target="test_blank"&gt;https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask&lt;/A&gt;. An example of how to invoke it would be helpful&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 18:52:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/does-the-jobs-api-allow-executing-an-older-version-of-a-notebook/m-p/22594#M15495</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-18T18:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Jobs API allow executing an older version of a Notebook using version history?</title>
      <link>https://community.databricks.com/t5/data-engineering/does-the-jobs-api-allow-executing-an-older-version-of-a-notebook/m-p/22595#M15496</link>
      <description>&lt;P&gt;You can use the databricks built in&amp;nbsp;&lt;A href="https://docs.databricks.com/notebooks/notebooks-use.html#version-control" alt="https://docs.databricks.com/notebooks/notebooks-use.html#version-control" target="_blank"&gt;version control feature&lt;/A&gt;, coupled with the&amp;nbsp;&lt;A href="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask" alt="https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask" target="_blank"&gt;NotebookTask&lt;/A&gt;&amp;nbsp;Jobs API to specify a specific version of the notebook based on the timestamp of the save defined in unix timestamp format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;curl -n -X POST -H 'Content-Type: application/json' -d \
'{
  "name": "API Revision Timestamp Test V3",
  "existing_cluster_id": "cluster-id",
  "notebook_task": {
            "notebook_path": "notebookpath",
            "revision_timestamp": "1624048530"
        }
}' &lt;A href="https://&amp;lt;databricks-instance&amp;gt;/api/2.0/jobs/create" target="test_blank"&gt;https://&amp;lt;databricks-instance&amp;gt;/api/2.0/jobs/create&lt;/A&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:50:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/does-the-jobs-api-allow-executing-an-older-version-of-a-notebook/m-p/22595#M15496</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-18T20:50:56Z</dc:date>
    </item>
  </channel>
</rss>

