<?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: ALL CATALOGS in SHOW SCHEMAS in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/157901#M2850</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/148738"&gt;@creativeIndex&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I stumbled upon this while looking for something else. I appreciate it's been a while, but I realise you haven't received a solution yet. Is this still an issue?&lt;/P&gt;
&lt;P&gt;I just wanted to point out that you should use an asterisk (*) instead of a percentage sign (%) in your initial query. The command `SHOW SCHEMAS ... LIKE` does not use SQL wildcards like %. Instead, it expects a regex-style pattern where * acts as the multi-character wildcard. Therefore, a query like 'bro%' is treated literally, leading to no matches. Please try the following suggestion, and it should work.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SHOW SCHEMAS LIKE 'bro*';
&lt;/LI-CODE&gt;
&lt;P&gt;In terms of your second question, I see it is working now. Please let me know if you encounter any issues.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ashwin_DSA_0-1780061598443.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27377iF907A144CD7FDBF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ashwin_DSA_0-1780061598443.png" alt="Ashwin_DSA_0-1780061598443.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2026 13:35:11 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-05-29T13:35:11Z</dc:date>
    <item>
      <title>ALL CATALOGS in SHOW SCHEMAS</title>
      <link>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/120877#M2492</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;I was checking though the &lt;A href="https://docs.databricks.com/aws/en/release-notes/runtime/17.0#support-all-catalogs-in-show-schemas" target="_self"&gt;Databricks Runtime 17.0 features&lt;/A&gt;&amp;nbsp;while testing:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.databricks.com/aws/en/release-notes/runtime/17.0#support-all-catalogs-in-show-schemas" target="_blank" rel="noopener"&gt;Support&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ALL CATALOGS&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SHOW&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SCHEMAS&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I faced below issues, is that anticipated or an issue which needs to be fixed?&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sanket_Kumar_0-1749011412696.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17323i11604BC98E2AA447/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sanket_Kumar_0-1749011412696.png" alt="Sanket_Kumar_0-1749011412696.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how it was before Runtime 17.0 &lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_up:"&gt;👆&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sanket_Kumar_1-1749011441710.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17324i7FA2B10448363C88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sanket_Kumar_1-1749011441710.png" alt="Sanket_Kumar_1-1749011441710.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_up:"&gt;👆&lt;/span&gt; I was expecting &lt;STRONG&gt;bronze&lt;/STRONG&gt; and other schema starting with &lt;STRONG&gt;bron.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sanket_Kumar_2-1749011528364.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17325i7EDF31950C0ED035/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sanket_Kumar_2-1749011528364.png" alt="Sanket_Kumar_2-1749011528364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_up:"&gt;👆&lt;/span&gt; I was expecting&amp;nbsp; &lt;STRONG&gt;|schema | catalog name|&lt;/STRONG&gt;, 2 column in the output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sanket_Kumar_3-1749011641658.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17326iE39FBDA89822631E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sanket_Kumar_3-1749011641658.png" alt="Sanket_Kumar_3-1749011641658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sanket_Kumar_4-1749011644695.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17327i7856EA54BC41D003/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sanket_Kumar_4-1749011644695.png" alt="Sanket_Kumar_4-1749011644695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_up:"&gt;👆&lt;/span&gt; Also above 2 commands are running into error.&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;According to the release note&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SHOW SCHEMAS&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;syntax is updated to accept the following syntax:&lt;/P&gt;&lt;P&gt;SHOW SCHEMAS [ { FROM | IN } { catalog_name | ALL CATALOGS } ] [ [ LIKE ] pattern ]&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":exclamation_question_mark:"&gt;⁉️&lt;/span&gt; Please let me know in case I am doing something wrong with the syntax or understanding.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 04:39:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/120877#M2492</guid>
      <dc:creator>creativeIndex</dc:creator>
      <dc:date>2025-06-04T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALL CATALOGS in SHOW SCHEMAS</title>
      <link>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/120926#M2494</link>
      <description>&lt;P&gt;I was able to reproduce same issue, I am working with the team, as this DBR is in Beta version we might see some changes on the behavior, so I will confirm if anything has changed around this topic&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:00:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/120926#M2494</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-06-04T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: ALL CATALOGS in SHOW SCHEMAS</title>
      <link>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/157901#M2850</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/148738"&gt;@creativeIndex&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I stumbled upon this while looking for something else. I appreciate it's been a while, but I realise you haven't received a solution yet. Is this still an issue?&lt;/P&gt;
&lt;P&gt;I just wanted to point out that you should use an asterisk (*) instead of a percentage sign (%) in your initial query. The command `SHOW SCHEMAS ... LIKE` does not use SQL wildcards like %. Instead, it expects a regex-style pattern where * acts as the multi-character wildcard. Therefore, a query like 'bro%' is treated literally, leading to no matches. Please try the following suggestion, and it should work.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SHOW SCHEMAS LIKE 'bro*';
&lt;/LI-CODE&gt;
&lt;P&gt;In terms of your second question, I see it is working now. Please let me know if you encounter any issues.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ashwin_DSA_0-1780061598443.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/27377iF907A144CD7FDBF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Ashwin_DSA_0-1780061598443.png" alt="Ashwin_DSA_0-1780061598443.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2026 13:35:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/all-catalogs-in-show-schemas/m-p/157901#M2850</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-05-29T13:35:11Z</dc:date>
    </item>
  </channel>
</rss>

