<?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: `io.unitycatalog.client.model.TableType`, Unexpected value 'MATERIALIZED_VIEW in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112107#M44110</link>
    <description>&lt;P&gt;The issue could be because your JDBC driver doesn’t recognize Unity Catalog’s MATERIALIZED_VIEW table type, leading to this error. Try upgrading the Databricks JDBC driver which includes support for Unity Catalog features. You can also add UseNativeQuery=0 to your JDBC options to avoid native query parsing conflicts. And make sure your local Spark configuration aligns with Unity Catalog settings like access mode and permissions.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Mar 2025 17:52:20 GMT</pubDate>
    <dc:creator>Renu_</dc:creator>
    <dc:date>2025-03-09T17:52:20Z</dc:date>
    <item>
      <title>`io.unitycatalog.client.model.TableType`, Unexpected value 'MATERIALIZED_VIEW</title>
      <link>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/111629#M43956</link>
      <description>&lt;P&gt;I have been able to set up jdbc driver with databricks to connect to my unity catalog using local spark sessions. When i try to retrieve tables in my schema i get this error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;An error occurred while calling &lt;/SPAN&gt;&lt;SPAN&gt;o43.sql&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;io.unitycatalog.client.ApiException&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;com.fasterxml.jackson.databind.exc.ValueInstantiationException&lt;/SPAN&gt;&lt;SPAN&gt;: Cannot construct instance of `&lt;/SPAN&gt;&lt;SPAN&gt;io.unitycatalog.client.model.TableType&lt;/SPAN&gt;&lt;SPAN&gt;`, problem: Unexpected value &lt;/SPAN&gt;&lt;SPAN&gt;'MATERIALIZED_VIEW'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;at [Source: (jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream); line: 1, column: 125] (through reference chain: io.unitycatalog.client.model.ListTablesResponse["tables"]-&amp;gt;java.util.ArrayList[0]-&amp;gt;io.unitycatalog.client.model.TableInfo["table_type"])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 19:55:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/111629#M43956</guid>
      <dc:creator>NUKSY</dc:creator>
      <dc:date>2025-03-03T19:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: `io.unitycatalog.client.model.TableType`, Unexpected value 'MATERIALIZED_VIEW</title>
      <link>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112107#M44110</link>
      <description>&lt;P&gt;The issue could be because your JDBC driver doesn’t recognize Unity Catalog’s MATERIALIZED_VIEW table type, leading to this error. Try upgrading the Databricks JDBC driver which includes support for Unity Catalog features. You can also add UseNativeQuery=0 to your JDBC options to avoid native query parsing conflicts. And make sure your local Spark configuration aligns with Unity Catalog settings like access mode and permissions.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 17:52:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112107#M44110</guid>
      <dc:creator>Renu_</dc:creator>
      <dc:date>2025-03-09T17:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: `io.unitycatalog.client.model.TableType`, Unexpected value 'MATERIALIZED_VIEW</title>
      <link>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112252#M44148</link>
      <description>&lt;P&gt;I am getting the same but for&amp;nbsp;MANAGED_SHALLOW_CLONE tables:&lt;/P&gt;&lt;P&gt;An error occurred while calling o47.sql. : io.unitycatalog.client.ApiException: com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of io.unitycatalog.client.model.TableType, problem: Unexpected value 'MANAGED_SHALLOW_CLONE' at [Source: (jdk.internal.net.http.ResponseSubscribers$HttpResponseInputStream); line: 1, column: 90] (through reference chain: io.unitycatalog.client.model.TableInfo["table_type"])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 09:03:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112252#M44148</guid>
      <dc:creator>Jofes</dc:creator>
      <dc:date>2025-03-11T09:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: `io.unitycatalog.client.model.TableType`, Unexpected value 'MATERIALIZED_VIEW</title>
      <link>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112291#M44168</link>
      <description>&lt;P&gt;Hi I am still getting this error. What version of Databricks jdbc driver does not cause this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 15:09:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/112291#M44168</guid>
      <dc:creator>NUKSY</dc:creator>
      <dc:date>2025-03-11T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: `io.unitycatalog.client.model.TableType`, Unexpected value 'MATERIALIZED_VIEW</title>
      <link>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/132593#M49567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/151772"&gt;@NUKSY&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152917"&gt;@Jofes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should be reported as a bug, see similar issues reported.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/unitycatalog/unitycatalog/issues/657" target="_blank"&gt;https://github.com/unitycatalog/unitycatalog/issues/657&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/unitycatalog/unitycatalog/issues/1077" target="_blank"&gt;https://github.com/unitycatalog/unitycatalog/issues/1077&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 18:59:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/io-unitycatalog-client-model-tabletype-unexpected-value/m-p/132593#M49567</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2025-09-19T18:59:15Z</dc:date>
    </item>
  </channel>
</rss>

