From b1abb7cced75fb1b49f8733dbdf5458396c93250 Mon Sep 17 00:00:00 2001 From: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:11:32 +0530 Subject: [PATCH] Doc: Updating BigQ Table Connection Docs (#17076) Co-authored-by: Prajwal Pandit --- .../public/locales/en-US/Database/BigQuery.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/BigQuery.md b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/BigQuery.md index 79e6ccca11a..0dcc060daea 100644 --- a/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/BigQuery.md +++ b/openmetadata-ui/src/main/resources/ui/public/locales/en-US/Database/BigQuery.md @@ -186,3 +186,39 @@ $$section Additional connection arguments such as security or protocol configs that can be sent to service during connection. $$ + +$$section +### Target Service Account Email $(id="impersonateServiceAccount") + +The impersonated service account email. +$$ + +$$section +### Lifetime $(id="lifetime") + +Number of seconds the delegated credential should be valid. +$$ + +$$section +### Audience $(id="audience") + +Google Security Token Service audience which contains the resource name for the workload identity pool and the provider identifier in that pool. +$$ + +$$section +### Subject Token Type $(id="subjectTokenType") + +Google Security Token Service subject token type based on the OAuth 2.0 token exchange spec. +$$ + +$$section +### Token URL $(id="tokenURL") + +Google Security Token Service token exchange endpoint. +$$ + +$$section +### Credential Source $(id="credentialSource") + +This object defines the mechanism used to retrieve the external credential from the local environment so that it can be exchanged for a GCP access token via the STS endpoint. +$$ \ No newline at end of file