SHARES
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
INFORMATION_SCHEMA.SHARES describes shares.
Information is displayed only for shares the user has permission to interact with.
This is an extension to the SQL Standard Information Schema.
Definition
The SHARES
relation contains the following columns:
Name |
Data type |
Nullable |
Description |
---|---|---|---|
|
|
No |
Name of the share. |
|
|
No |
Owner of the share. |
|
|
Yes |
An optional comment that describes the share. |
|
|
No |
Timestamp when the share was created. |
|
|
No |
Principal who created the share. |
|
|
No |
Timestamp when the share was last altered in any way. |
|
|
No |
Principal who last altered the share. |