<?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 Monitoring Databricks SQL Warehouse without Unity Catalog in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/monitoring-databricks-sql-warehouse-without-unity-catalog/m-p/111632#M1916</link>
    <description>&lt;P&gt;I am looking to monitor my SQL Warehouse, especially the 'Running Clusters' metric that is available in the &lt;A href="https://docs.databricks.com/aws/en/compute/sql-warehouse/monitor" target="_blank" rel="noopener"&gt;monitoring tab&lt;/A&gt; of the warehouse. This shows the start and shut down time as well as the number of running clusters:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Nithio_0-1741034562647.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15203i294A08A7CB8C9F42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Nithio_0-1741034562647.png" alt="Dave_Nithio_0-1741034562647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The issue I have run into is that SQL Warehouses do not seem to have the same types of logs that an all-purpose or cluster has. The documentation notes that the best option is to &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/audit-logs" target="_blank" rel="noopener"&gt;use System Tables to monitor your warehouse&lt;/A&gt;, including using the &lt;A href="https://docs.databricks.com/aws/en/admin/system-tables/warehouse-events#active" target="_blank" rel="noopener"&gt;Warehouse Events table&lt;/A&gt;. The issue is that this requires the workspace to be enabled for Unity Catalog. My organization has not transitioned to Unity Catalog yet so these tables are not available. Is there an alternative method for getting access to this monitoring data that does not require unity catalog?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 20:48:53 GMT</pubDate>
    <dc:creator>Dave_Nithio</dc:creator>
    <dc:date>2025-03-03T20:48:53Z</dc:date>
    <item>
      <title>Monitoring Databricks SQL Warehouse without Unity Catalog</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/monitoring-databricks-sql-warehouse-without-unity-catalog/m-p/111632#M1916</link>
      <description>&lt;P&gt;I am looking to monitor my SQL Warehouse, especially the 'Running Clusters' metric that is available in the &lt;A href="https://docs.databricks.com/aws/en/compute/sql-warehouse/monitor" target="_blank" rel="noopener"&gt;monitoring tab&lt;/A&gt; of the warehouse. This shows the start and shut down time as well as the number of running clusters:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_Nithio_0-1741034562647.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/15203i294A08A7CB8C9F42/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_Nithio_0-1741034562647.png" alt="Dave_Nithio_0-1741034562647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The issue I have run into is that SQL Warehouses do not seem to have the same types of logs that an all-purpose or cluster has. The documentation notes that the best option is to &lt;A href="https://docs.databricks.com/aws/en/admin/account-settings/audit-logs" target="_blank" rel="noopener"&gt;use System Tables to monitor your warehouse&lt;/A&gt;, including using the &lt;A href="https://docs.databricks.com/aws/en/admin/system-tables/warehouse-events#active" target="_blank" rel="noopener"&gt;Warehouse Events table&lt;/A&gt;. The issue is that this requires the workspace to be enabled for Unity Catalog. My organization has not transitioned to Unity Catalog yet so these tables are not available. Is there an alternative method for getting access to this monitoring data that does not require unity catalog?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 20:48:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/monitoring-databricks-sql-warehouse-without-unity-catalog/m-p/111632#M1916</guid>
      <dc:creator>Dave_Nithio</dc:creator>
      <dc:date>2025-03-03T20:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Databricks SQL Warehouse without Unity Catalog</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/monitoring-databricks-sql-warehouse-without-unity-catalog/m-p/119102#M2062</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/48810"&gt;@Dave_Nithio&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;To monitor the “Running Clusters” metric for your SQL Warehouse, you can use the &lt;SPAN class=""&gt;&lt;STRONG&gt;Databricks Cluster Events API&lt;/STRONG&gt;&lt;/SPAN&gt;. This API retrieves a list of events related to cluster activity, such as start and shutdown times, and provides paginated results if there are more events to retrieve.&lt;/P&gt;&lt;P class=""&gt;Since Unity Catalog is not enabled in your workspace, the API offers an alternative to access the necessary monitoring data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;POST&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;/api/2.1/clusters/events&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;Retrieves a list of events about the activity of a cluster. This API is paginated. If there are more events to read, the response includes all the parameters necessary to request the next page of events."&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;For more information, refer to the &lt;A href="https://docs.databricks.com/api/workspace/clusters/events" target="_blank" rel="noopener"&gt;Databricks Cluster Events API documentation&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope this helps, &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Isi&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 22:28:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/monitoring-databricks-sql-warehouse-without-unity-catalog/m-p/119102#M2062</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-05-13T22:28:52Z</dc:date>
    </item>
  </channel>
</rss>

