GRANTS
Sundeck CATALOG.GRANTS
view stores information about grants.
Column Name | Data Type | Description |
---|---|---|
CREATED_ON | TEXT | Time at which grant was given at |
ROLE | TEXT | privilege given by grant |
GRANTED_TO | TEXT | Type to which grant to (currently USER always) |
GRANTEE_NAME | TEXT | user to which role is granted to |
GRANTED_BY | TEXT | Granted by which Role (currently ADMIN always) |
coral@sundeck.io#COMPUTE_WH@SUNDECK.CATALOG>select * from grants;
+--------------------------------------+-------+------------+-------------------+------------+
| CREATED_ON | ROLE | GRANTED_TO | GRANTEE_NAME | GRANTED_BY |
|--------------------------------------+-------+------------+-------------------+------------|
| 2023-11-10 10:27:44.123427 +0000 UTC | ADMIN | USER | coral@sundeck.io | ADMIN |
+--------------------------------------+-------+------------+-------------------+------------+
1 Row(s) produced. Time Elapsed: 3.742s