<?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 Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3053#M235</link>
    <description>&lt;P&gt;&amp;nbsp;I am trying to do incremental load in azure data factory. Most of the tables in the Oracle database doesn't have last modified date and Primary key column. Is there any way to do incremental loading without last modified date and primary key column?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 08:48:18 GMT</pubDate>
    <dc:creator>selvakumar092</dc:creator>
    <dc:date>2023-06-15T08:48:18Z</dc:date>
    <item>
      <title>Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks</title>
      <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3053#M235</link>
      <description>&lt;P&gt;&amp;nbsp;I am trying to do incremental load in azure data factory. Most of the tables in the Oracle database doesn't have last modified date and Primary key column. Is there any way to do incremental loading without last modified date and primary key column?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:48:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3053#M235</guid>
      <dc:creator>selvakumar092</dc:creator>
      <dc:date>2023-06-15T08:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks</title>
      <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3054#M236</link>
      <description>&lt;P&gt;ouch, that is a tough cookie.&lt;/P&gt;&lt;P&gt;If you have a cdc-system in place, you could extract from that (although you first have to be able to connect it to ADF too). Otherwise this will become very hard.&lt;/P&gt;&lt;P&gt;If the amount of records in the concerning tables is not that big, I would not bother going for incremental. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:19:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3054#M236</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-06-15T09:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks</title>
      <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3055#M237</link>
      <description>&lt;P&gt;Hi @Werner Stinckens​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. The data volume of the table is huge, so can't do always full load. The Oracle data source which I mentioned was all the tables are views. We don't not have the CDC in place already. Is there any alternative tools (like Fivetran) which help us to solve this?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:35:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3055#M237</guid>
      <dc:creator>selvakumar092</dc:creator>
      <dc:date>2023-06-15T09:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks</title>
      <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3056#M238</link>
      <description>&lt;P&gt;To work incrementally you either need some kind of increasing key or some system that registers CRUD operations on the database, be it Fivetran or something else.&lt;/P&gt;&lt;P&gt;The increasing key only tackles the inserts, and you mention you do not have such a thing.&lt;/P&gt;&lt;P&gt;So I'd either add a lastmod column or install some software that registers changes on Oracle (f.e. a log-based cdc system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:54:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3056#M238</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-06-15T09:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks</title>
      <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3057#M239</link>
      <description>&lt;P&gt;Thank you so much, will look in to this. &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 10:20:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3057#M239</guid>
      <dc:creator>selvakumar092</dc:creator>
      <dc:date>2023-06-15T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load without Last Modified Date and Primary Key field in Azure Data Factory to create bronze data in data bricks</title>
      <link>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3058#M240</link>
      <description>&lt;P&gt;Hi @Selva Kumar Ponnusamy​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 03:16:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/incremental-load-without-last-modified-date-and-primary-key/m-p/3058#M240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-16T03:16:42Z</dc:date>
    </item>
  </channel>
</rss>

