Reference documentation and code samples for the Google Cloud Dataplex V1 Client class TableType.
Determines how discovered tables are published.
Protobuf type google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDiscoverySpec \ BigQueryPublishingConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TABLE_TYPE_UNSPECIFIED
Value: 0
Table type unspecified.
Generated from protobuf enum TABLE_TYPE_UNSPECIFIED = 0;
EXTERNAL
Value: 1
Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table.
Generated from protobuf enum EXTERNAL = 1;
BIGLAKE
Value: 2
Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection.
Generated from protobuf enum BIGLAKE = 2;