<?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: What's the difference between %run vs dbutils.notebook.run in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25547#M17786</link>
    <description>&lt;UL&gt;&lt;LI&gt;%run is copying code from another notebook and executing it within the one its called from. All variables defined in the notebook being called are therefore visible to the caller notebook &lt;/LI&gt;&lt;LI&gt;dbutils.notebook.run() is more around executing different notebooks in a workflow, an orchestration of sorts. Each notebook runs in an isolated spark session and passing parameters and return values is through a strictly defined interface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Jun 2021 03:29:47 GMT</pubDate>
    <dc:creator>aladda</dc:creator>
    <dc:date>2021-06-20T03:29:47Z</dc:date>
    <item>
      <title>What's the difference between %run vs dbutils.notebook.run</title>
      <link>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25545#M17784</link>
      <description />
      <pubDate>Tue, 08 Jun 2021 20:14:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25545#M17784</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-08T20:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between %run vs dbutils.notebook.run</title>
      <link>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25546#M17785</link>
      <description>dbutils.notebook.run will actually run the notebook that you have referenced as a 'Job' on the current cluster, which is why a separate hyperlink is generated when using this API. Because this is technically a 'Job' invocation, some functionality is not supported, like AAD Credential Passthrough. Both of these approaches have their use cases so hopefully that is helpful!</description>
      <pubDate>Tue, 08 Jun 2021 14:54:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25546#M17785</guid>
      <dc:creator>User16783855117</dc:creator>
      <dc:date>2021-06-08T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between %run vs dbutils.notebook.run</title>
      <link>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25547#M17786</link>
      <description>&lt;UL&gt;&lt;LI&gt;%run is copying code from another notebook and executing it within the one its called from. All variables defined in the notebook being called are therefore visible to the caller notebook &lt;/LI&gt;&lt;LI&gt;dbutils.notebook.run() is more around executing different notebooks in a workflow, an orchestration of sorts. Each notebook runs in an isolated spark session and passing parameters and return values is through a strictly defined interface.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 03:29:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-s-the-difference-between-run-vs-dbutils-notebook-run/m-p/25547#M17786</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-20T03:29:47Z</dc:date>
    </item>
  </channel>
</rss>

