SHOW GRANTS TO RECIPIENT
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above Unity Catalog only
Displays all shares which the recipient can access.
To run this command you must be an administrator.
Syntax
SHOW GRANTS TO RECIPIENT recipient_name
You can also use GRANT
as an alternative for GRANTS
.
Parameters
-
The name of the recipient whose shares will be listed.
Example
> SHOW GRANTS TO RECIPIENT a_corp;
share privilege
----- ---------
data1 SELECT
data2 SELECT