<?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 trigger a Databricks job only after multiple other jobs have completed in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136273#M50532</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194776"&gt;@dhruvs2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use&lt;STRONG&gt; Lakeflow Jobs&lt;/STRONG&gt; for this. You can add a job as a task:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_0-1761599475438.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21089i5EF266BA5184D19C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_0-1761599475438.png" alt="BS_THE_ANALYST_0-1761599475438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then you can just follow the docs from here:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/jobs/" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/jobs/&lt;/A&gt;&amp;nbsp;there's loads of great sections / tutorials.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;To answer your specific question:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;When configuring a task you just change the&amp;nbsp;&lt;STRONG&gt;DEPENDS ON&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_1-1761599552661.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21090i925EC56BD238427B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_1-1761599552661.png" alt="BS_THE_ANALYST_1-1761599552661.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And the&amp;nbsp;&lt;STRONG&gt;Run if dependencies&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_2-1761599696645.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21091i12DABEAD43348945/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_2-1761599696645.png" alt="BS_THE_ANALYST_2-1761599696645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above, you can see I selected&amp;nbsp;&lt;STRONG&gt;All Succeeded&lt;/STRONG&gt;. You can select just&amp;nbsp;&lt;STRONG&gt;All done&lt;/STRONG&gt; if you only worry about them completing.&lt;/P&gt;&lt;P&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 21:17:15 GMT</pubDate>
    <dc:creator>BS_THE_ANALYST</dc:creator>
    <dc:date>2025-10-27T21:17:15Z</dc:date>
    <item>
      <title>How to trigger a Databricks job only after multiple other jobs have completed</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136239#M50528</link>
      <description>&lt;P&gt;We have a use case where Job C should start only after both Job A and Job B have successfully completed.&lt;/P&gt;&lt;P&gt;In Airflow, we achieve this using an ExternalTaskSensor to set dependencies across different DAGs.&lt;/P&gt;&lt;P&gt;Is there a way to configure something similar in Databricks, so that Job C automatically triggers only after Job A and Job B are finished?&lt;/P&gt;&lt;P&gt;I looked through the documentation but couldn't find anything specific for this scenario. Any guidance or best practices would be appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 17:48:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136239#M50528</guid>
      <dc:creator>dhruvs2</dc:creator>
      <dc:date>2025-10-27T17:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Databricks job only after multiple other jobs have completed</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136273#M50532</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194776"&gt;@dhruvs2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use&lt;STRONG&gt; Lakeflow Jobs&lt;/STRONG&gt; for this. You can add a job as a task:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_0-1761599475438.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21089i5EF266BA5184D19C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_0-1761599475438.png" alt="BS_THE_ANALYST_0-1761599475438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then you can just follow the docs from here:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/jobs/" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/jobs/&lt;/A&gt;&amp;nbsp;there's loads of great sections / tutorials.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;To answer your specific question:&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;When configuring a task you just change the&amp;nbsp;&lt;STRONG&gt;DEPENDS ON&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_1-1761599552661.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21090i925EC56BD238427B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_1-1761599552661.png" alt="BS_THE_ANALYST_1-1761599552661.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And the&amp;nbsp;&lt;STRONG&gt;Run if dependencies&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BS_THE_ANALYST_2-1761599696645.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21091i12DABEAD43348945/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BS_THE_ANALYST_2-1761599696645.png" alt="BS_THE_ANALYST_2-1761599696645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above, you can see I selected&amp;nbsp;&lt;STRONG&gt;All Succeeded&lt;/STRONG&gt;. You can select just&amp;nbsp;&lt;STRONG&gt;All done&lt;/STRONG&gt; if you only worry about them completing.&lt;/P&gt;&lt;P&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 21:17:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136273#M50532</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-10-27T21:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Databricks job only after multiple other jobs have completed</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136513#M50582</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;, thanks for the response.&lt;BR /&gt;From what I understand, it seems we’d need to maintain a separate job or pipeline in Databricks to orchestrate everything — is that correct?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 08:19:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136513#M50582</guid>
      <dc:creator>dhruvs2</dc:creator>
      <dc:date>2025-10-29T08:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Databricks job only after multiple other jobs have completed</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136523#M50586</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194776"&gt;@dhruvs2&lt;/a&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;BR /&gt;&lt;BR /&gt;A&amp;nbsp;Lakeflow&amp;nbsp;&lt;STRONG&gt;Job&lt;/STRONG&gt; consists of&amp;nbsp;&lt;STRONG&gt;tasks&lt;/STRONG&gt;. The tasks can be things like notebooks or other jobs.&amp;nbsp;If you want to orchestrate many jobs, I'd agree that having a job to do this is your best bet &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;. Then you can setup the dependencies as you require.&lt;/P&gt;&lt;P&gt;If you get stuck with anything, give me a shout &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you've got the hang of how the jobs work, you can then look into &lt;STRONG&gt;parameterisation&lt;/STRONG&gt; where you can start making things really dynamic!&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/jobs/job-parameters" target="_blank"&gt;https://docs.databricks.com/aws/en/jobs/job-parameters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Don't forget about monitoring/observability either:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/jobs/monitor#view-jobs-and-pipelines" target="_blank"&gt;https://docs.databricks.com/aws/en/jobs/monitor#view-jobs-and-pipelines&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In terms of&amp;nbsp;&lt;STRONG&gt;compute&lt;/STRONG&gt; for running the jobs. I'd say that &lt;STRONG&gt;Serverless&lt;/STRONG&gt; is your best bet. If not, and you're using classic compute, it's recommended to use job compute. Here's a good article to read more about compute considerations:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/jobs/compute#what-is-the-recommended-compute-for-each-task" target="_blank"&gt;https://docs.databricks.com/aws/en/jobs/compute#what-is-the-recommended-compute-for-each-task&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 09:49:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/136523#M50586</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-10-29T09:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Databricks job only after multiple other jobs have completed</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/141168#M51643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924"&gt;@BS_THE_ANALYST&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How can I ensure that Job C is triggered only after Jobs A and B have completed?&lt;/P&gt;&lt;P&gt;Is it possible for A and B to be in separate workflows with different schedules, and still have C triggered only after both A and B are finished?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 14:38:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-trigger-a-databricks-job-only-after-multiple-other-jobs/m-p/141168#M51643</guid>
      <dc:creator>BrickDataNinja</dc:creator>
      <dc:date>2025-12-04T14:38:00Z</dc:date>
    </item>
  </channel>
</rss>

