tableType property

String? tableType
getter/setter pair

Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.

Optional. Possible string values are:

  • "TABLE_TYPE_UNSPECIFIED" : Table type unspecified.
  • "EXTERNAL" : Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table.
  • "BIGLAKE" : Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection.

Implementation

core.String? tableType;