<?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: Schema issue when dropping a delta live table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101513#M40705</link>
    <description>&lt;P&gt;&lt;A href="https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/schema.html#how-does-auto-loader-schema-evolution-work" target="_blank"&gt;https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/schema.html#how-does-auto-loader-schema-evolution-work&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/patterns.html#enable-easy-etl" target="_blank"&gt;https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/patterns.html#enable-easy-etl&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2024 18:02:48 GMT</pubDate>
    <dc:creator>gchandra</dc:creator>
    <dc:date>2024-12-09T18:02:48Z</dc:date>
    <item>
      <title>Schema issue when dropping a delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101458#M40673</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For example there is a table called "cars", if I remove the table from DLT pipeline and drop the table from catalogue. Now if I change the schema of the table, and create the table again using the same table name "cars" through the same pipeline, Why I am getting schema mismatched error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why it didn't remove the schema, is there any other files that we need to be aware of in the backend which doesn't get deleted automatically?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 11:02:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101458#M40673</guid>
      <dc:creator>ImranA</dc:creator>
      <dc:date>2024-12-09T11:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Schema issue when dropping a delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101459#M40674</link>
      <description>&lt;P&gt;Is schema evolution made true?&lt;/P&gt;
&lt;P&gt;Or please try full Refresh.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 11:05:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101459#M40674</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-12-09T11:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Schema issue when dropping a delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101460#M40675</link>
      <description>&lt;P&gt;It does tell me to try full refresh in the error. I haven't changed schema evolution, it is taking the default settings.&lt;BR /&gt;&lt;BR /&gt;By full refresh do you mean to do Spark.Read instead of Spark.ReadStream? (Just to add I have tried doing Spark.Read but that creates a materialised view)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 11:15:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101460#M40675</guid>
      <dc:creator>ImranA</dc:creator>
      <dc:date>2024-12-09T11:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Schema issue when dropping a delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101462#M40676</link>
      <description>&lt;P&gt;When executing the pipeline, click Full Refresh, which will clear the old checkpoints/schemas. In the future, please share the code snippets, too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gchandra_0-1733743183680.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13404i5C02818856289386/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gchandra_0-1733743183680.png" alt="gchandra_0-1733743183680.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 11:20:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101462#M40676</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-12-09T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Schema issue when dropping a delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101512#M40704</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/8379"&gt;@gchandra&lt;/a&gt;&amp;nbsp;, "full refresh all" worked.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Does "&lt;SPAN&gt;Is schema evolution made true?" need to be added through the code or somewhere else in DLT?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 17:48:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101512#M40704</guid>
      <dc:creator>ImranA</dc:creator>
      <dc:date>2024-12-09T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Schema issue when dropping a delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101513#M40705</link>
      <description>&lt;P&gt;&lt;A href="https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/schema.html#how-does-auto-loader-schema-evolution-work" target="_blank"&gt;https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/schema.html#how-does-auto-loader-schema-evolution-work&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/patterns.html#enable-easy-etl" target="_blank"&gt;https://docs.databricks.com/en/ingestion/cloud-object-storage/auto-loader/patterns.html#enable-easy-etl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 18:02:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/schema-issue-when-dropping-a-delta-live-table/m-p/101513#M40705</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-12-09T18:02:48Z</dc:date>
    </item>
  </channel>
</rss>

