Catalog SQL Grammar
Catalog objects support the listed SQL grammar for DDL workloads.
AI Data Platform supports all standard Spark SQL data types. For more information, see Apache Spark Documentation - Supported Data Types.
Table 22-1 Standard and External Catalog SQL Grammar
Operation | Grammar | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create Catalog |
Catalog
External Catalog
OPTIONS will have connection details External Catalog - ADW Example
Response
Error
|
||||||||||||||||||||||||||||||||||||
Alter Catalog |
Alter catalog name
Alter catalog description
Alter catalog options (conn)
Response
Error
|
||||||||||||||||||||||||||||||||||||
Delete Catalog |
By default during DROP catalog, all child objects will also get deleted Response
Error
|
||||||||||||||||||||||||||||||||||||
List Catalogs |
regex_pattern: A regular expression pattern that is used to filter the results of the statement. Response:
Error
|
||||||||||||||||||||||||||||||||||||
Describe Catalog |
Response (Standard Catalog):
Response (External catalog):
Error:
|