<?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 AUTO CDC API and sequence column in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131528#M49119</link>
    <description>&lt;P&gt;The docs for &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/cdc#how-is-cdc-implemented" target="_self"&gt;AUTO CDC API&lt;/A&gt; state&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;You must specify a column in the source data on which to sequence records, which Lakeflow Declarative Pipelines interprets as a monotonically increasing representation of the proper ordering of the source data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can this be something other than an integer, like a timestamp or UUID v7?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 13:20:07 GMT</pubDate>
    <dc:creator>Rjdudley</dc:creator>
    <dc:date>2025-09-10T13:20:07Z</dc:date>
    <item>
      <title>AUTO CDC API and sequence column</title>
      <link>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131528#M49119</link>
      <description>&lt;P&gt;The docs for &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/cdc#how-is-cdc-implemented" target="_self"&gt;AUTO CDC API&lt;/A&gt; state&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;You must specify a column in the source data on which to sequence records, which Lakeflow Declarative Pipelines interprets as a monotonically increasing representation of the proper ordering of the source data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can this be something other than an integer, like a timestamp or UUID v7?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:20:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131528#M49119</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2025-09-10T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO CDC API and sequence column</title>
      <link>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131529#M49120</link>
      <description>&lt;P&gt;OK later on the docs show a timestamp example (&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/cdc#use-multiple-columns-for-sequencing" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/dlt/cdc#use-multiple-columns-for-sequencing&lt;/A&gt;) but I'm still curious about a UUID v7&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:37:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131529#M49120</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2025-09-10T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO CDC API and sequence column</title>
      <link>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131534#M49124</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/107723"&gt;@Rjdudley&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;They should also work because UUID v7 are generally monotonically increasing&amp;nbsp;&lt;BR /&gt;For example, this is excerpt from Postgre SQL implementation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;   * Generate UUID version 7 per RFC 9562, with the given timestamp.
     *
     * UUID version 7 consists of a Unix timestamp in milliseconds (48
     * bits) and 74 random bits, excluding the required version and
     * variant bits. To ensure monotonicity in scenarios of high-
     * frequency UUID generation, we employ the method "Replace
     * LeftmostRandom Bits with Increased Clock Precision (Method 3)",
     * described in the RFC. […]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:53:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/131534#M49124</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-10T13:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: AUTO CDC API and sequence column</title>
      <link>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/135763#M50427</link>
      <description>&lt;P&gt;Thanks Szymon, I'm familiar with the Postgre SQL implementation and was hoping Databricks would behave the same.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 18:49:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/auto-cdc-api-and-sequence-column/m-p/135763#M50427</guid>
      <dc:creator>Rjdudley</dc:creator>
      <dc:date>2025-10-22T18:49:49Z</dc:date>
    </item>
  </channel>
</rss>

