Hi Bryan, As I mentioned in the previous thread, query history doesn't store saved query information. There is no out of the box feature which can showcase saved query in the dashboard. For accessing saved query you can follow these methods.
Workspa...
Hi Bryan, Depending on the information you want to retrieve, you can write queries and showcase that in a dashboard. Please see these links for sample query and dashboard.
https://medium.com/dbsql-sme-engineering/the-new-databricks-sql-warehouse-advi...
Hi, Please follow these steps to clone AIBI dashboard.
1. Open a dashboard and select the draft mode.
2. Click the kebab menu (three vertical dots) and select the clone option.
Hi Bryan, Databricks system tables do not store saved queries. Query history table captures the query execution details, including:
Statement IDExecution statusUser who ran the queryStatement text (if not encrypted)Statement typeExecution durationRes...
Hi, You can always query "SELECT MAX(identity_column) FROM your_table_name" and see the latest value of the identity column. However, there are no direct functions available to give the latest identity column value.