Module: Google::Cloud::Dataplex::V1::DataDiscoverySpec::BigQueryPublishingConfig::TableType

Defined in:
proto_docs/google/cloud/dataplex/v1/data_discovery.rb

Overview

Determines how discovered tables are published.

Constant Summary collapse

TABLE_TYPE_UNSPECIFIED =

Table type unspecified.

0
EXTERNAL =

Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table.

1
BIGLAKE =

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

2