Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tabsdatak.conn.bigquery

BigQueryDestBigQuery destination for @subscriber -- one output slot per table.
BigQueryDestConnBigQuery connection.
BigQueryTableNameSpec
BigQueryTableNamesSpec
CloudLocationAbstract base for a BigQuery staging location.
CredentialsSpecThe credential type for BigQuery connections: GCPJson (service-account JSON key).
DatasetSpec
DestCfgKey
DestCfgSpec
GCSLocationGCS staging area for BigQueryDest.
IfTableExistsSpec
ProjectSpec
SchemaEvolutionSpec

BigQueryTableNameSpec

type_alias
BigQueryTableNameSpec: str

BigQueryTableNamesSpec

type_alias
BigQueryTableNamesSpec: list[BigQueryTableNameSpec]

Resolved type:

list[str]

CredentialsSpec

type_alias
CredentialsSpec: GCPJson

The credential type for BigQuery connections: GCPJson (service-account JSON key).


DatasetSpec

type_alias
DatasetSpec: StrOrSecretSpec

Resolved type:

str | Secret

DestCfgKey

type_alias
DestCfgKey: Literal['bigquery.logging_level']

DestCfgSpec

type_alias
DestCfgSpec: Mapping[DestCfgKey, Any]

Resolved type:

Mapping[Literal['bigquery.logging_level'], Any]

IfTableExistsSpec

type_alias
IfTableExistsSpec: Literal['append', 'replace']

ProjectSpec

type_alias
ProjectSpec: StrOrSecretSpec

Resolved type:

str | Secret

SchemaEvolutionSpec

type_alias
SchemaEvolutionSpec: Literal['update', 'strict']