CATALOG_PROVIDER_SHARE_USAGE
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
INFORMATION_SCHEMA.CATALOG_PROVIDER_SHARE_USAGE lists catalogs that have mounted provider shares.
Information is displayed only for catalogs the user has permission to interact with.
This is an extension to the SQL Standard Information Schema.
Definition
The CATALOG_PROVIDER_SHARE_USAGE
relation contains the following columns:
Name |
Data type |
Nullable |
Description |
---|---|---|---|
|
|
No |
Catalog that has mounted the share. |
|
|
No |
Provider that shared the share. |
|
|
No |
Name of the share. |
Constraints
The following constraints apply to the CATALOG_PROVIDER_SHARE_USAGE
relation:
Class |
Name |
Column List |
Description |
---|---|---|---|
Primary key |
|
|
Unique identifier for the catalog provider share usage. |
Foreign key |
|
|
References CATALOGS |
Foreign key |
|
|
References PROVIDERS |