Create the BigLake Iceberg REST datalake using the following configuration:
CREATE DATALAKE biglake_iceberg_rest_gcp
EXTERNAL SECURITY CATALOG gcp_idp_auth ,
EXTERNAL SECURITY STORAGE gcp_idp_auth
USING
catalog_type ('rest')
rest_catalog_type('biglake')
catalog_location ('https://biglake.googleapis.com/iceberg/v1beta/restcatalog/')
idp_type ('biglake_gcp_service_account')
storage_location ('gs://tdotf-biglake-rest')
project_id ('tc-otf')
client_id ('110337432395221507455')
client_email ('sa-tc-otf-000@tc-otf.iam.gserviceaccount.com')
TABLE FORMAT iceberg;