<?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: SQL Warehouse error: &amp;quot;Cannot read properties of undefined (reading 'data')&amp;quot; when query in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/153966#M54046</link>
    <description>&lt;P&gt;Same problem here.&amp;nbsp;I have previously reported this issue, and it had been resolved at the time. However, the problem has now reoccurred.&lt;/P&gt;&lt;P&gt;When ingesting large tables (over 100k rows), the system is unable to properly render the data, preventing the tables from being displayed.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2026 17:08:16 GMT</pubDate>
    <dc:creator>Esgario</dc:creator>
    <dc:date>2026-04-09T17:08:16Z</dc:date>
    <item>
      <title>SQL Warehouse error: "Cannot read properties of undefined (reading 'data')" when querying system tab</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152579#M53847</link>
      <description>&lt;P&gt;Queries that previously worked started failing in SQL Warehouse (Dashboards) without any changes on our side.&lt;/P&gt;&lt;P&gt;The query succeeds, but fails to render results with error:&lt;BR /&gt;"Cannot read properties of undefined (reading 'data')"&lt;/P&gt;&lt;P&gt;This happens with:&lt;BR /&gt;- system.billing.usage (when selecting struct fields like identity_metadata.run_as)&lt;BR /&gt;- queries with aggregations and joins (even after fixing GROUP BY consistency)&lt;/P&gt;&lt;P&gt;The same query works:&lt;BR /&gt;- in notebooks&lt;BR /&gt;- when simplified&lt;/P&gt;&lt;P&gt;But fails:&lt;BR /&gt;- in SQL Warehouse (dashboard/editor)&lt;/P&gt;&lt;P&gt;This indicates a regression in result rendering or query execution plan.&lt;BR /&gt;&lt;BR /&gt;Example query:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; workspace_id,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; sku_name,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; usage_start_time,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; usage_end_time,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; usage_date,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; usage_unit,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; usage_quantity,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;identity_metadata&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;run_as&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt; &lt;SPAN&gt;system&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;billing&lt;/SPAN&gt;&lt;SPAN&gt;.usage&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Error:&amp;nbsp;The query succeeded, but we are unable to display the results due to the following error that occurred while fetching the data: Cannot read properties of undefined (reading 'data').&lt;BR /&gt;&lt;BR /&gt;This same problem is repeated in the Dashboard you suggested in the link &lt;A href="https://github.com/databricks/tmm/blob/main/System-Tables-Demo/Lakeflow/LakeFlow%20System%20Tables%20Dashboard%20v0.1.lvdash.jsonm" target="_blank"&gt;https://github.com/databricks/tmm/blob/main/System-Tables-Demo/Lakeflow/LakeFlow%20System%20Tables%20Dashboard%20v0.1.lvdash.jsonm&lt;/A&gt; in the [Operational Observability] Highest Failure Jobs view.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 18:12:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152579#M53847</guid>
      <dc:creator>kevinleindecker</dc:creator>
      <dc:date>2026-03-30T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse error: "Cannot read properties of undefined (reading 'data')" when query</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152705#M53861</link>
      <description>&lt;P&gt;Worked until last Friday, no changes in query.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 11:28:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152705#M53861</guid>
      <dc:creator>kevinleindecker</dc:creator>
      <dc:date>2026-03-31T11:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse error: "Cannot read properties of undefined (reading 'data')" when query</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152791#M53879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Just had a look at this and I'm trying to replicate my end, can you confirm what type of compute you're using? And is it the SQL editor that it's failing in? Also what region and cloud you're using?&lt;/P&gt;
&lt;P&gt;I ran the cost query on serverless and it ran fine for me, so want to be able to replicate. I'm also trying to work out if it's a know issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Emma&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 19:10:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152791#M53879</guid>
      <dc:creator>emma_s</dc:creator>
      <dc:date>2026-03-31T19:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse error: "Cannot read properties of undefined (reading 'data')" when query</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152795#M53880</link>
      <description>&lt;P&gt;Hi Emma!&lt;/P&gt;&lt;P&gt;I'm using a serverless SQL Warehouse, and yes, the error occurs in the Dashboard editor. We are in the us-east1 region.&lt;/P&gt;&lt;P&gt;The error was: "The query succeeded, but we are unable to display the results due to the following error that occurred while fetching the data: Cannot read properties of undefined (reading 'data')."&lt;/P&gt;&lt;P&gt;A little before 12 PM, São Paulo, Brazil time, I ran the query and the problem didn't recur. I don't know if there was a fix or update, but it reflected and the behavior no longer exists.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 19:38:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/152795#M53880</guid>
      <dc:creator>kevinleindecker</dc:creator>
      <dc:date>2026-03-31T19:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Warehouse error: "Cannot read properties of undefined (reading 'data')" when query</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/153966#M54046</link>
      <description>&lt;P&gt;Same problem here.&amp;nbsp;I have previously reported this issue, and it had been resolved at the time. However, the problem has now reoccurred.&lt;/P&gt;&lt;P&gt;When ingesting large tables (over 100k rows), the system is unable to properly render the data, preventing the tables from being displayed.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 17:08:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-warehouse-error-quot-cannot-read-properties-of-undefined/m-p/153966#M54046</guid>
      <dc:creator>Esgario</dc:creator>
      <dc:date>2026-04-09T17:08:16Z</dc:date>
    </item>
  </channel>
</rss>

