Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 620 Bytes

File metadata and controls

14 lines (10 loc) · 620 Bytes

BigQueryVirtualTableConfig

Pointer to the table in BigQuery. Uses the BigQuery table identifier of project, dataset and table.

Properties

Name Type Required Description
project str Yes The BigQuery project name.
dataset str Yes The BigQuery dataset name.
table str Yes The BigQuery table name.
type Literal["bigquery"] Yes None

[Back to Model list] [Back to API list] [Back to README]