<?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 daabricks workflow design in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/143929#M52240</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I have use-case in which i want to trigger another dlt pipeline if 1 table got succeded in my parent dlt pipeline. I dont want to create pipeline to pipeline dependency. Is there any way to create table to pipeline dependency?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Anish&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2026 18:16:22 GMT</pubDate>
    <dc:creator>Anish_2</dc:creator>
    <dc:date>2026-01-13T18:16:22Z</dc:date>
    <item>
      <title>daabricks workflow design</title>
      <link>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/143929#M52240</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I have use-case in which i want to trigger another dlt pipeline if 1 table got succeded in my parent dlt pipeline. I dont want to create pipeline to pipeline dependency. Is there any way to create table to pipeline dependency?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Anish&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 18:16:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/143929#M52240</guid>
      <dc:creator>Anish_2</dc:creator>
      <dc:date>2026-01-13T18:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: daabricks workflow design</title>
      <link>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/143957#M52243</link>
      <description>&lt;P&gt;You can try Table Update Trigger (TUT).&lt;/P&gt;
&lt;P&gt;So your pipeline2 will get triggered when there is an "update" to some chosen tables(s) updated in your pipeline1.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/jobs/trigger-table-update" target="_blank"&gt;https://docs.databricks.com/aws/en/jobs/trigger-table-update&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 02:51:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/143957#M52243</guid>
      <dc:creator>MoJaMa</dc:creator>
      <dc:date>2026-01-14T02:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: daabricks workflow design</title>
      <link>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/144018#M52248</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124640"&gt;@Anish_2&lt;/a&gt;&amp;nbsp;- TUT is the solution. in TUT, instead of the parent pipeline "pushing" a notification, the child job is "pulled" into action by a metadata change.&lt;/P&gt;&lt;P&gt;Set it up as below.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Create a Databricks Job and add a Pipeline task pointing to your Secondary DLT pipeline.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the Job settings panel on the right, click Add trigger.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Choose the Table update trigger type.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Point it to the specific Unity Catalog table generated by your parent DLT pipeline.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Set Sensitivity: Configure a "Minimum time between triggers" to ensure that if the parent pipeline updates the table multiple times in a short window, the child pipeline doesn't restart unnecessarily.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope it will give you the desired behaviour.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 09:24:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/daabricks-workflow-design/m-p/144018#M52248</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2026-01-14T09:24:13Z</dc:date>
    </item>
  </channel>
</rss>

