CATALOGS
Applies to: Databricks SQL
Databricks Runtime 10.2 and above
INFORMATION_SCHEMA.CATALOGS describes catalogs.
Information is displayed only for catalogs the user has permission to interact with.
Definition
The CATALOGS
relation contains the following columns:
Name |
Data type |
Nullable |
Standard |
Description |
---|---|---|---|---|
|
|
No |
Yes |
Name of the catalog. |
|
|
Yes |
No |
An optional comment that describes the catalog. |
|
|
No |
No |
Timestamp when the catalog was created. |
|
|
No |
No |
Principal who created the catalog. |
|
|
No |
No |
Timestamp when the catalog was last altered in any way. |
|
|
No |
No |
Principal who last altered the catalog. |