SHOW DATALAKE MyIceberg;
*** Text of DDL statement returned.
*** Total elapsed time was 1 second.
--------------------------------------------------------------
CREATE DATALAKE TD_SERVER_DB.MyIceberg
EXTERNAL SECURITY INVOKER TRUSTED CATALOG catalog_auth,
EXTERNAL SECURITY INVOKER TRUSTED STORAGE storage_auth
USING
catalog_location ('thrift://example.com')
storage_location ('s3://example-iceberg-v1/')
catalog_type ('hive')
storage_region ('us-west-2')
TABLE FORMAT iceberg