- 1190 Views
- 1 replies
- 0 kudos
Hello all,I am looking for a way to load a persistent query history table from the query history REST API (including metrics). I do know about the system table system.query.history, but I do not have access to it.I am looking to create a python scrip...
- 1190 Views
- 1 replies
- 0 kudos
Latest Reply
Hi,
Can you check if you have access to this?
https://github.com/dbsys21/lakehouse-tacklebox/tree/main/40-observability/dbsql-query-history-sync
Ideally your organization should enable the system tables and provide the necessary access, so each team ...
- 1509 Views
- 1 replies
- 0 kudos
What permissions are actually needed in order to create a delta share?I have read that you either need to be metastore admin, or aUser with delegated permissions or ownership on both the share and the recipient objects ((USE SHARE + SET SHARE PERMISS...
- 1509 Views
- 1 replies
- 0 kudos
Latest Reply
Hi,
Hope the doc link helps:
https://docs.databricks.com/en/delta-sharing/create-share.html#requirements
Specifically this statement should alleviate your immediate point.
Have the USE CATALOG and USE SCHEMA privilege on the catalog and schema that...