<?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 Retrive inforrmation about table clustering from information_schema in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/retrive-inforrmation-about-table-clustering-from-information/m-p/107806#M42924</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I wonder if and when it will be possible to extract from information_schema how the table is clustered. I know that analogous information can be obtained when a table is partitioned using this query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT * FROM cdl_dev.information_schema.columns 
WHERE partition_index is not null&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Does anyone have information on whether this will be possible?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 12:37:42 GMT</pubDate>
    <dc:creator>Mike_Szklarczyk</dc:creator>
    <dc:date>2025-01-30T12:37:42Z</dc:date>
    <item>
      <title>Retrive inforrmation about table clustering from information_schema</title>
      <link>https://community.databricks.com/t5/data-engineering/retrive-inforrmation-about-table-clustering-from-information/m-p/107806#M42924</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I wonder if and when it will be possible to extract from information_schema how the table is clustered. I know that analogous information can be obtained when a table is partitioned using this query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT * FROM cdl_dev.information_schema.columns 
WHERE partition_index is not null&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Does anyone have information on whether this will be possible?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 12:37:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrive-inforrmation-about-table-clustering-from-information/m-p/107806#M42924</guid>
      <dc:creator>Mike_Szklarczyk</dc:creator>
      <dc:date>2025-01-30T12:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Retrive inforrmation about table clustering from information_schema</title>
      <link>https://community.databricks.com/t5/data-engineering/retrive-inforrmation-about-table-clustering-from-information/m-p/108241#M43005</link>
      <description>&lt;P&gt;Iit is not possible to extract clustering information of a table directly from the &lt;CODE&gt;information_schema&lt;/CODE&gt; . The &lt;CODE&gt;information_schema.columns&lt;/CODE&gt; table can provide details about partitioning, but similar information for clustering is not available through the &lt;CODE&gt;information_schema&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;If you need clustering information, you might need to use other methods or tools provided by Databricks, such as examining the table properties or using Databricks-specific APIs.&lt;/P&gt;
&lt;P&gt;However, I hear your requirement and it just sounds fair and I would encourage you to add a feature request here&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://docs.databricks.com/en/resources/ideas.html#ideas" target="_blank"&gt;https://docs.databricks.com/en/resources/ideas.html#ideas&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 04:26:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/retrive-inforrmation-about-table-clustering-from-information/m-p/108241#M43005</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2025-02-01T04:26:15Z</dc:date>
    </item>
  </channel>
</rss>

