<?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 define DLT table with cyclic reference in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/118372#M45634</link>
    <description>&lt;P&gt;Could you please describe best approach here. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 04:10:35 GMT</pubDate>
    <dc:creator>dilipdiwakar</dc:creator>
    <dc:date>2025-05-08T04:10:35Z</dc:date>
    <item>
      <title>How to define DLT table with cyclic reference</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/76601#M35273</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97035"&gt;@Dlt&lt;/a&gt;.table
def table_A():
  return (
   dlt.read_stream(...)
  )

@dlt.table
def table_join_A_and_C():
  df_A = dlt.read_stream(table_A)
  df_C = dlt.read_stream(table_C)
  return (
   ....df_A.join(df_C)
  )

@dlt.table
def table_C():
  return (
   dlt.read_stream(table_join_A_and_C).....

  )
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got an error when defining DLT like above. Does DLT support cyclic reference?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 09:46:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/76601#M35273</guid>
      <dc:creator>hadoan</dc:creator>
      <dc:date>2024-07-03T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to define DLT table with cyclic reference</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/77059#M35380</link>
      <description>&lt;P&gt;Thanks for your reply, I will rethink the approach.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 04:30:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/77059#M35380</guid>
      <dc:creator>hadoan</dc:creator>
      <dc:date>2024-07-08T04:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to define DLT table with cyclic reference</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/78153#M35478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110369"&gt;@hadoan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to our community! We're here to help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To ensure we provide you with the best support, could you please take a moment to review the response and choose the one that best answers your question? Your feedback not only helps us assist you better but also benefits other community members who may have similar questions in the future.&lt;/SPAN&gt;&lt;SPAN&gt;If you found the answer helpful, consider giving it a kudo. If the response fully addresses your question, please mark it as the accepted solution. This will help us close the thread and ensure your question is resolved.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We appreciate your participation and are here to assist you further if you need it!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Rishabh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 16:59:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/78153#M35478</guid>
      <dc:creator>RishabhTiwari07</dc:creator>
      <dc:date>2024-07-10T16:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to define DLT table with cyclic reference</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/118372#M45634</link>
      <description>&lt;P&gt;Could you please describe best approach here. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 04:10:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-define-dlt-table-with-cyclic-reference/m-p/118372#M45634</guid>
      <dc:creator>dilipdiwakar</dc:creator>
      <dc:date>2025-05-08T04:10:35Z</dc:date>
    </item>
  </channel>
</rss>

