<?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 to get the status of notebook in different notebook in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10412#M5599</link>
    <description>&lt;P&gt;i tried this method but how can i get status of the notebook and i want to store that one​&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2023 01:13:14 GMT</pubDate>
    <dc:creator>databicky</dc:creator>
    <dc:date>2023-02-01T01:13:14Z</dc:date>
    <item>
      <title>how to get the status of notebook in different notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10410#M5597</link>
      <description>&lt;P&gt;i want to run two notebook like if the count is not equal to zero, first  i want to trigger the first notebook and i want to check the particular notebook is succeeded or not ,until the success it need to wait like sleep, if its succeeded means then i need to trigger the second notebook &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 13:28:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10410#M5597</guid>
      <dc:creator>databicky</dc:creator>
      <dc:date>2023-01-31T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the status of notebook in different notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10411#M5598</link>
      <description>&lt;UL&gt;&lt;LI&gt;You can use dbutils.notebook.run() to execute a notebook from another notebook if conditions are met in your custom logic; you can also use dbutils.jobs.taskValues to pass values between notebooks &lt;A href="https://docs.databricks.com/workflows/jobs/how-to-share-task-values.html" target="test_blank"&gt;https://docs.databricks.com/workflows/jobs/how-to-share-task-values.html&lt;/A&gt;,&lt;/LI&gt;&lt;LI&gt;you can terminate notebook execution as success using dbutils.notebook.exit,&lt;/LI&gt;&lt;LI&gt;you can terminate the notebook as failed using standard python "raise",&lt;/LI&gt;&lt;LI&gt;soon new DAG will be available so that it will also be possible via UI set task execution IF/ELSE depending on the state (currently, for Azure, you can use data factory for that to set it without coding)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:07:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10411#M5598</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-31T19:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the status of notebook in different notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10412#M5599</link>
      <description>&lt;P&gt;i tried this method but how can i get status of the notebook and i want to store that one​&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 01:13:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-get-the-status-of-notebook-in-different-notebook/m-p/10412#M5599</guid>
      <dc:creator>databicky</dc:creator>
      <dc:date>2023-02-01T01:13:14Z</dc:date>
    </item>
  </channel>
</rss>

