Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Parameters
Name of the catalog to be created.
Table format (iceberg, hudi, deltalake).
Location of the catalog in ‘http[s]://[server[:port]]]’ format.
Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue).
Name of the credential object to be used in catalog.
Password for the remote system user; may be an empty string.
Optional parameters. Allowed keys are:
access_delegation – Use access delegation for object store. Allowed values are:
datasource_credentials
vended_credentials
The default value is ‘datasource_credentials’.
skip_validation – Bypass validation of connection to remote source. Allowed values are:
true
false
The default value is ‘false’.
The default value is an empty dict ( ).
Returns
A dict with the following entries–
Value of input parameter name.
Additional information.