<?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: no information on character_maximum_length and is_identity in unity catalog table system.informa in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/80302#M1975</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Still i am facing same issue of value zero in&amp;nbsp; character_maximum_length. Is there any other way we can get&amp;nbsp;character_maximum_length of columns?&lt;/P&gt;&lt;P&gt;When we can expect to resolve this bug?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anish2102_0-1721814315091.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9849i5E739180F1737429/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="anish2102_0-1721814315091.png" alt="anish2102_0-1721814315091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 09:47:06 GMT</pubDate>
    <dc:creator>anish2102</dc:creator>
    <dc:date>2024-07-24T09:47:06Z</dc:date>
    <item>
      <title>no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14026#M501</link>
      <description>&lt;P&gt;no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table definition example&lt;/P&gt;&lt;P&gt;CREATE TABLE tyable_name (&lt;/P&gt;&lt;P&gt;&amp;nbsp;UniqueID bigint not null GENERATED ALWAYS AS IDENTITY ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ID	varchar(256)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like the columns table only has basic info such as data type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- query column info&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from system.information_schema.columns&lt;/P&gt;&lt;P&gt;where table_name ='&amp;lt;table&amp;gt;' and table_catalog ='&amp;lt;catalog&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/933i7D320D7A51D0A6A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2022 19:13:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14026#M501</guid>
      <dc:creator>lizou</dc:creator>
      <dc:date>2022-12-31T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14028#M503</link>
      <description>&lt;P&gt;yes, I created a new managed table in the unity catalog, and the issues remain.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 13:30:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14028#M503</guid>
      <dc:creator>lizou</dc:creator>
      <dc:date>2023-01-03T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14029#M504</link>
      <description>&lt;P&gt;I confirm I have the same issue with the unity catalog: schema tables are missing some information, or they are incorrect. @Prabakar Ammeappin​&amp;nbsp;@Kaniz Fatma​&amp;nbsp;@Sujitha Ramamoorthy​&amp;nbsp;maybe we can escalate to someone from Unity team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/939i737F66ED501B09A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 13:07:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14029#M504</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-05T13:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14030#M505</link>
      <description>&lt;P&gt;another issue is if a column is defined as varchar(50) as example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once a data is loaded, the full_data_type is changed to string. I tested multiple times, and looks like that's also an issue&lt;/P&gt;&lt;P&gt;before&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/932iBC22A8644C279D4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;after data loaded with a insert statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;full_data_type is changed&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/929iF1B9BC0878D111F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;select column_name, full_data_type, data_type, character_maximum_length, ordinal_position, *﻿&lt;/P&gt;&lt;P&gt;from system.information_schema.columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 05:52:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14030#M505</guid>
      <dc:creator>lizou</dc:creator>
      <dc:date>2023-01-06T05:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14031#M506</link>
      <description>&lt;P&gt;@Werner Stinckens​&amp;nbsp;@Christy Seto​&amp;nbsp;@Jose Gonzalez​&amp;nbsp;can you help with that issue? It is a really interesting bug and a nice feature once it will work correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 09:13:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14031#M506</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-06T09:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14032#M507</link>
      <description>&lt;P&gt;Adding @Kaniz Fatma​&amp;nbsp;and @Suteja Kanuri​&amp;nbsp;for visibility&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 18:21:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14032#M507</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2023-04-06T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.information_schema.columns</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14027#M502</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please confirm on the issue here? Also, for reference: &lt;A href="https://docs.databricks.com/data-governance/unity-catalog/migrate.html" target="test_blank"&gt;https://docs.databricks.com/data-governance/unity-catalog/migrate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;, please let us know if this helps. &lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 17:36:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/14027#M502</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-01-02T17:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.informa</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/80302#M1975</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Still i am facing same issue of value zero in&amp;nbsp; character_maximum_length. Is there any other way we can get&amp;nbsp;character_maximum_length of columns?&lt;/P&gt;&lt;P&gt;When we can expect to resolve this bug?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anish2102_0-1721814315091.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9849i5E739180F1737429/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="anish2102_0-1721814315091.png" alt="anish2102_0-1721814315091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 09:47:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/80302#M1975</guid>
      <dc:creator>anish2102</dc:creator>
      <dc:date>2024-07-24T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.informa</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/124439#M2531</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/29880"&gt;@jose_gonzalez&lt;/a&gt;&amp;nbsp;The information on Maximum string length appears in the 'Profile' window for each column when viewing it in the Catalog Browser. It seems to be updated when the table is updated. Yet, there still seems no way to get this information programmatically. Are there any query available that does not require us to re-calculate the statistics or a timeline for when it will be added to the information_schema.columns?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 12:05:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/124439#M2531</guid>
      <dc:creator>kaj_hejlesen</dc:creator>
      <dc:date>2025-07-08T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: no information on character_maximum_length and is_identity in unity catalog table system.informa</title>
      <link>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/128756#M2579</link>
      <description>&lt;P&gt;if you look at the official document here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/gcp/en/sql/language-manual/information-schema/columns" target="_blank" rel="noopener"&gt;https://docs.databricks.com/gcp/en/sql/language-manual/information-schema/columns&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;many of them are "&lt;SPAN&gt;Always&amp;nbsp;&lt;/SPAN&gt;NULL&lt;SPAN&gt;, reserved for future use."&lt;BR /&gt;&lt;BR /&gt;so I think the feature simply isn't available to use yet. It's seems intentional and not a bug.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 15:25:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/no-information-on-character-maximum-length-and-is-identity-in/m-p/128756#M2579</guid>
      <dc:creator>Subiksha</dc:creator>
      <dc:date>2025-08-18T15:25:13Z</dc:date>
    </item>
  </channel>
</rss>

