How to use DESCRIBE DETAIL in Databricks Dashboards
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 02:21 AM
Hi all,
I am currently stuck because runing DESCRIBE DETAL in my catalog's tables return an error like:
[PARSE_SYNTAX_ERROR] Syntax error at or near 'hive_metastore'. SQLSTATE: 42601 (line 1, pos 21)
Why is this not supported in the dasboards but the same query runs as a normal SQL Query in both notebooks and SQL Queries?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 02:29 AM
Both DESCRIBE and DESCRIBE DETAIL are supported by databricks sql
But DESCRIBE DETAIL is only supported for tables not for views
Error you are getting is due to the SQL statement you have used is not valid and hence cannot be executed
Please check your sql statement

