Example: Creating a Google Cloud Authorization - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

This example creates an authorization object for accessing Teradata Vantage on Google Cloud.

CREATE AUTHORIZATION Auth_S3_USR_IVO
USER 'service-account-name@project-id.iam.gserviceaccount.com'
PASSWORD '-----BEGIN PRIVATE KEY-----\n
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCyfg3398iOxjt...almSAvk9SqPoyZ
R7JJFs=\n
-----END PRIVATE KEY-----\n';

Depending on the user credentials, Database Engine 20 uses either the S3-compatible connector or the native Google connector.