<?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 do I kick off Azure Data Factory from within Databricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27760#M19608</link>
    <description>&lt;P&gt;You can create an Azure logic app that will call Azure Data Factory (there, you can choose from ready actions). &lt;/P&gt;&lt;P&gt;Azure logic app as a trigger can have web requests (REST API).&lt;/P&gt;&lt;P&gt;You can invoke it at the end of the notebook by calling a request. (requests.post(url)) &lt;/P&gt;&lt;P&gt;You can also easily handle authentication by adding key headers and comparing in the logic app.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 16:55:08 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-10-12T16:55:08Z</dc:date>
    <item>
      <title>How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27759#M19607</link>
      <description>&lt;P&gt;I want to kick off ingestion in ADF from Databricks. When ADF ingestion is done, my DBX bronze-silver-gold pipeline follows within DBX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;A href="https://techcommunity.microsoft.com/t5/analytics-on-azure-blog/leverage-azure-databricks-jobs-orchestration-from-azure-data/ba-p/3123862" alt="https://techcommunity.microsoft.com/t5/analytics-on-azure-blog/leverage-azure-databricks-jobs-orchestration-from-azure-data/ba-p/3123862" target="_blank"&gt;see&lt;/A&gt; it is possible to call Databricks notebooks from ADF. Can I also go the other way? I want to start the ingestion and then handle the rest of my pipeline in Workflows. Does anyone have an example of doing this?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 16:49:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27759#M19607</guid>
      <dc:creator>StephanieAlba</dc:creator>
      <dc:date>2022-10-12T16:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27760#M19608</link>
      <description>&lt;P&gt;You can create an Azure logic app that will call Azure Data Factory (there, you can choose from ready actions). &lt;/P&gt;&lt;P&gt;Azure logic app as a trigger can have web requests (REST API).&lt;/P&gt;&lt;P&gt;You can invoke it at the end of the notebook by calling a request. (requests.post(url)) &lt;/P&gt;&lt;P&gt;You can also easily handle authentication by adding key headers and comparing in the logic app.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 16:55:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27760#M19608</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-10-12T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27761#M19609</link>
      <description>&lt;P&gt;hmmm the usecase is You want databricks to run its pipeline be notified then run the rest of your code in ADF &lt;/P&gt;&lt;P&gt;So as hubert mentioned you can have a logic app that calls ADF and databricks calls the logic app using the http trigger. Another way I can think of is calling the ADF directly using the REST endpoint &lt;A href="https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run?tabs=HTTP" alt="https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run?tabs=HTTP" target="_blank"&gt;Pipelines - Create Run - REST API (Azure Data Factory) | Microsoft Learn&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 22:39:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27761#M19609</guid>
      <dc:creator>PriyaAnanthram</dc:creator>
      <dc:date>2022-10-12T22:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27762#M19610</link>
      <description>&lt;P&gt;No, I don't think I was clear enough. I want to kick off ingestion in ADF from Databricks. When ADF ingestion is done, my DBX pipeline follows within DBX.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 23:26:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27762#M19610</guid>
      <dc:creator>StephanieAlba</dc:creator>
      <dc:date>2022-10-12T23:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27763#M19611</link>
      <description>&lt;P&gt;Are you looking to pass output of databricks notebook to ADF?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 03:59:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27763#M19611</guid>
      <dc:creator>KKo</dc:creator>
      <dc:date>2022-10-13T03:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27764#M19612</link>
      <description>&lt;P&gt;I never did this (only the other way around), but what I do know is that you can launch ADF pipelines using the ADF API.  So you could send a rest call.&lt;/P&gt;&lt;P&gt;However this is async, so you will have to poll (at least the last time I checked).&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 07:08:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27764#M19612</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-10-13T07:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I kick off Azure Data Factory from within Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27765#M19613</link>
      <description>&lt;P&gt;no&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 17:06:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-do-i-kick-off-azure-data-factory-from-within-databricks/m-p/27765#M19613</guid>
      <dc:creator>StephanieAlba</dc:creator>
      <dc:date>2022-10-13T17:06:13Z</dc:date>
    </item>
  </channel>
</rss>

