<?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 Cannot create delta live table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/cannot-create-delta-live-table/m-p/19756#M13289</link>
    <description>&lt;P&gt;I created a simple definition of delta live table smth like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CREATE&lt;/B&gt; &lt;B&gt;OR&lt;/B&gt; REFRESH STREAMING LIVE &lt;B&gt;TABLE&lt;/B&gt; customers_silver&lt;/P&gt;&lt;P&gt;&lt;B&gt;AS&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; STREAM(LIVE.customers_bronze)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting an error when running a pipeline:&lt;/P&gt;&lt;P&gt;com.databricks.sql.transaction.tahoe.DeltaColumnMappingUnsupportedException: Changing column mapping mode from 'name' to 'none' is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove that notebook (with above definition), pipeline runs correctly for 3 upcoming kafka streams (which I would like to use in above query definition). Do you know what might cause that error?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 09:14:24 GMT</pubDate>
    <dc:creator>rocky5</dc:creator>
    <dc:date>2022-11-30T09:14:24Z</dc:date>
    <item>
      <title>Cannot create delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-create-delta-live-table/m-p/19756#M13289</link>
      <description>&lt;P&gt;I created a simple definition of delta live table smth like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CREATE&lt;/B&gt; &lt;B&gt;OR&lt;/B&gt; REFRESH STREAMING LIVE &lt;B&gt;TABLE&lt;/B&gt; customers_silver&lt;/P&gt;&lt;P&gt;&lt;B&gt;AS&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; STREAM(LIVE.customers_bronze)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting an error when running a pipeline:&lt;/P&gt;&lt;P&gt;com.databricks.sql.transaction.tahoe.DeltaColumnMappingUnsupportedException: Changing column mapping mode from 'name' to 'none' is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove that notebook (with above definition), pipeline runs correctly for 3 upcoming kafka streams (which I would like to use in above query definition). Do you know what might cause that error?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 09:14:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-create-delta-live-table/m-p/19756#M13289</guid>
      <dc:creator>rocky5</dc:creator>
      <dc:date>2022-11-30T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create delta live table</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-create-delta-live-table/m-p/19757#M13290</link>
      <description>&lt;P&gt;You might need to execute the following on your tables to avoid this error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;B&gt;ALTER&lt;/B&gt; &lt;B&gt;TABLE&lt;/B&gt; &amp;lt;&lt;B&gt;table_name&lt;/B&gt;&amp;gt; &lt;B&gt;SET&lt;/B&gt; TBLPROPERTIES (&lt;/P&gt;&lt;P&gt;    'delta.minReaderVersion' = '2',&lt;/P&gt;&lt;P&gt;    'delta.minWriterVersion' = '5',&lt;/P&gt;&lt;P&gt;    'delta.columnMapping.mode' = 'name'&lt;/P&gt;&lt;P&gt;  )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Docs &lt;A href="https://docs.databricks.com/delta/delta-column-mapping.html" target="test_blank"&gt;https://docs.databricks.com/delta/delta-column-mapping.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 00:26:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-create-delta-live-table/m-p/19757#M13290</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-01-31T00:26:13Z</dc:date>
    </item>
  </channel>
</rss>

