BigQueryPublishingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes BigQuery publishing configurations.
Attributes |
|
---|---|
Name | Description |
table_type |
google.cloud.dataplex_v1.types.DataDiscoverySpec.BigQueryPublishingConfig.TableType
Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables. |
connection |
str
Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}
|
Classes
TableType
TableType(value)
Determines how discovered tables are published.