Skip to content

digital-identity-platform-docs


digital-identity-platform-docs / supabase/functions/bigquery-export-test / BigQueryExportTestResponse

Interface: BigQueryExportTestResponse ​

Defined in: supabase/functions/bigquery-export-test/index.ts:48

Properties ​

ok ​

ok: boolean

Defined in: supabase/functions/bigquery-export-test/index.ts:49


service_account_email? ​

optional service_account_email: string

Defined in: supabase/functions/bigquery-export-test/index.ts:54

The identity the client has to grant. Always returned, including on failure — a failed test is exactly when the UI needs to show it again.


location? ​

optional location: string

Defined in: supabase/functions/bigquery-export-test/index.ts:56

Dataset location as BigQuery reports it, when the lookup succeeded.


error? ​

optional error: string

Defined in: supabase/functions/bigquery-export-test/index.ts:58

Google's own error text, or ours when the request never got that far.

Released under proprietary license.