Create Datalake | Teradata OTF - Create Datalake - Teradata Vantage

Teradata® Open Table Format for Apache Iceberg and Delta Lake User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage
Release Number
20.00
Published
October 2025
ft:locale
en-US
ft:lastEdition
2026-06-17
dita:mapPath
qrj1749167830193.ditamap
dita:ditavalPath
lli1749584660955.ditaval
dita:id
bsr1702324250454

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;