<?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 I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19350#M12953</link>
    <description>&lt;P&gt;I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables. I do not want to use any staging tables. I was using CDC, While I call dlt.apply_changes, its asking me to specify source and target. SInce source here is a DLT table, so I need to create a dlt table first (intermediate) by reading from sql server source and then use it as source and apply CDC functionality on that table and load data into target table. But isn't it like full load from source everytime to an intermediate table in ADLS and then load to target table using CDC ? How can we achieve it without having an intermediate table ?&lt;/P&gt;&lt;P&gt;Is there any other way we can achieve incremental in DLT from sql server source ?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 14:07:12 GMT</pubDate>
    <dc:creator>ravinchi</dc:creator>
    <dc:date>2022-12-01T14:07:12Z</dc:date>
    <item>
      <title>I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19350#M12953</link>
      <description>&lt;P&gt;I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables. I do not want to use any staging tables. I was using CDC, While I call dlt.apply_changes, its asking me to specify source and target. SInce source here is a DLT table, so I need to create a dlt table first (intermediate) by reading from sql server source and then use it as source and apply CDC functionality on that table and load data into target table. But isn't it like full load from source everytime to an intermediate table in ADLS and then load to target table using CDC ? How can we achieve it without having an intermediate table ?&lt;/P&gt;&lt;P&gt;Is there any other way we can achieve incremental in DLT from sql server source ?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 14:07:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19350#M12953</guid>
      <dc:creator>ravinchi</dc:creator>
      <dc:date>2022-12-01T14:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19351#M12954</link>
      <description>&lt;P&gt;Hey @Ravindra Ch​&amp;nbsp;, even we have SAP sources and are loading currently to intermediate delta tables to move to target. I don't think there is any other way to directly move the data to target.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 04:46:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19351#M12954</guid>
      <dc:creator>Geeta1</dc:creator>
      <dc:date>2022-12-02T04:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19353#M12956</link>
      <description>&lt;P&gt;Thanks @Geeta Sai Boddu​&amp;nbsp;for your suggestion. Can you share some thoughts on the approach you follwed in using CDC with an intermediate table to ingest tables dynamically if you don't mind? &lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 15:58:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19353#M12956</guid>
      <dc:creator>ravinchi</dc:creator>
      <dc:date>2022-12-02T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19354#M12957</link>
      <description>&lt;P&gt;If you have a CDC feed, looks like we can use this: &lt;A href="https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-cdc.html" target="test_blank"&gt;https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-cdc.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 15:59:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19354#M12957</guid>
      <dc:creator>Sandeep</dc:creator>
      <dc:date>2023-01-26T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: I'd like to ingest data into my ADLS from sql server in an incremental manner using Delta Live Tables.</title>
      <link>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19355#M12958</link>
      <description>&lt;P&gt;In our case we are trying since some weeks ago implementing a data flow ingestion pipeline via DLT which is currently done in other technologies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not succeeding in use CDC. It looks to be very limited and the source data for the APPLY CHANGES INTO function doesn't allow UNIONs, some kind of JOINs, doing any intermediate action with side effects... I am thinking about posting a question here but first will investigate and see if I find any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our issue resides in trying to delete gold before inserting but there's apparently no way.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 17:02:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/i-d-like-to-ingest-data-into-my-adls-from-sql-server-in-an/m-p/19355#M12958</guid>
      <dc:creator>Llop</dc:creator>
      <dc:date>2023-01-30T17:02:26Z</dc:date>
    </item>
  </channel>
</rss>

