Dataplex V1 API - Module Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType (v1.1.0)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType.

Determines how discovered tables are published.

Constants

TABLE_TYPE_UNSPECIFIED

value: 0
Table type unspecified.

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.

BIGLAKE

value: 2
Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection.