<?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: job id fetching in parent job in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148570#M52923</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming a few things&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The parent job triggers the child job programmatically&lt;/LI&gt;
&lt;LI&gt;By "job id" I am assuming you mean the job run ID (the actual execution instance), not the static job definition ID.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trigger the child job using &lt;A href="https://docs.databricks.com/api/workspace/jobs/runnow" target="_self"&gt;&lt;EM&gt;jobs/runnow&lt;/EM&gt;&lt;/A&gt;. The response will give you the child's run_id.&lt;/P&gt;
&lt;P&gt;Optionally wait for the child job to finish, if the parent depends on it, using &lt;A href="https://docs.databricks.com/api/workspace/jobs/getrun" target="_self"&gt;&lt;EM&gt;jobs/runs/get&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 07:06:24 GMT</pubDate>
    <dc:creator>Anjali_j</dc:creator>
    <dc:date>2026-02-17T07:06:24Z</dc:date>
    <item>
      <title>job id fetching in parent job</title>
      <link>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148445#M52891</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;&lt;BR /&gt;i want to fetch job id of child job which executes its own workflow ,&lt;BR /&gt;into parent job which executes its own workflow but depends on job child jobs job id?&lt;BR /&gt;&lt;BR /&gt;how to do that?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2026 16:26:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148445#M52891</guid>
      <dc:creator>bricksuser</dc:creator>
      <dc:date>2026-02-15T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: job id fetching in parent job</title>
      <link>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148570#M52923</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming a few things&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The parent job triggers the child job programmatically&lt;/LI&gt;
&lt;LI&gt;By "job id" I am assuming you mean the job run ID (the actual execution instance), not the static job definition ID.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trigger the child job using &lt;A href="https://docs.databricks.com/api/workspace/jobs/runnow" target="_self"&gt;&lt;EM&gt;jobs/runnow&lt;/EM&gt;&lt;/A&gt;. The response will give you the child's run_id.&lt;/P&gt;
&lt;P&gt;Optionally wait for the child job to finish, if the parent depends on it, using &lt;A href="https://docs.databricks.com/api/workspace/jobs/getrun" target="_self"&gt;&lt;EM&gt;jobs/runs/get&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:06:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148570#M52923</guid>
      <dc:creator>Anjali_j</dc:creator>
      <dc:date>2026-02-17T07:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: job id fetching in parent job</title>
      <link>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148593#M52927</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/216216"&gt;@bricksuser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;looks like a common fan-out orchestration patter. your parent job should triger child job programatically and then capture maintain its run_id. you can use databricks jobs api endpoints to start child job.&lt;/P&gt;&lt;P&gt;Use POST /api/2.1/jobs/run-now or POST /api/2.1/jobs/runs/submit.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 11:16:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/job-id-fetching-in-parent-job/m-p/148593#M52927</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2026-02-17T11:16:02Z</dc:date>
    </item>
  </channel>
</rss>

