<?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: Table Counts in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/table-counts/m-p/128601#M10539</link>
    <description>&lt;P&gt;Just trying to rule out some of the lower-hanging stuff. When you run your SQL statements i.e.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; select * from information_schema&lt;/LI-CODE&gt;&lt;OL&gt;&lt;LI&gt;Are you using the correct namespace syntax i.e. {&lt;STRONG&gt;catalog_here&lt;/STRONG&gt;}&lt;STRONG&gt;.information_schema&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Are you using Unity Catalog?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Example of the first point:&lt;BR /&gt;I'd try both SQL Editor &amp;amp; Notebooks to rule anything out.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-16 125408.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19123i1DB5E44327381DAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-16 125408.png" alt="Screenshot 2025-08-16 125408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Command:&amp;nbsp; &lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;CATALOGHERE&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;information_schema&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;tables&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I wonder if you have sufficient privileges when you're trying to write the query. Please let us know the error message&lt;/P&gt;&lt;P&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Aug 2025 11:57:56 GMT</pubDate>
    <dc:creator>BS_THE_ANALYST</dc:creator>
    <dc:date>2025-08-16T11:57:56Z</dc:date>
    <item>
      <title>Table Counts</title>
      <link>https://community.databricks.com/t5/get-started-discussions/table-counts/m-p/128574#M10535</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My company loads a lot of tables into a databricks schema. I would like to build a dashboard on what has been loaded, but SQL commands like select * from information_schema do not work. Instead we have SHOW TABLES {FROM} LIKE {}; And that fails to work in a dashboard, but does work in Queries.&lt;/P&gt;&lt;P&gt;From a Notebook, I can get a list of all tables. When I do display(tables) that can go into a notebook, but I lose all of the widgets. So I can't do anything like count() or create a pivot table, etc.&lt;/P&gt;&lt;P&gt;Are there ideas on how I can start making a dashboard of what is loaded into a schema?&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 21:31:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/table-counts/m-p/128574#M10535</guid>
      <dc:creator>sumner-williams</dc:creator>
      <dc:date>2025-08-15T21:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Counts</title>
      <link>https://community.databricks.com/t5/get-started-discussions/table-counts/m-p/128601#M10539</link>
      <description>&lt;P&gt;Just trying to rule out some of the lower-hanging stuff. When you run your SQL statements i.e.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; select * from information_schema&lt;/LI-CODE&gt;&lt;OL&gt;&lt;LI&gt;Are you using the correct namespace syntax i.e. {&lt;STRONG&gt;catalog_here&lt;/STRONG&gt;}&lt;STRONG&gt;.information_schema&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Are you using Unity Catalog?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Example of the first point:&lt;BR /&gt;I'd try both SQL Editor &amp;amp; Notebooks to rule anything out.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-16 125408.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19123i1DB5E44327381DAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-16 125408.png" alt="Screenshot 2025-08-16 125408.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Command:&amp;nbsp; &lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;CATALOGHERE&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;information_schema&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;tables&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I wonder if you have sufficient privileges when you're trying to write the query. Please let us know the error message&lt;/P&gt;&lt;P&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Aug 2025 11:57:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/table-counts/m-p/128601#M10539</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-08-16T11:57:56Z</dc:date>
    </item>
  </channel>
</rss>

