BigQueryCreateExternalTableOperator
GoogleCreates a new external table in the dataset with the data from Google Cloud Storage.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
bucketThe bucket to point the external table to. (templated)
source_objectsList of Google Cloud Storage URIs to point table to. If source_format is ‘DATASTORE_BACKUP’, the list must only contain a single URI.
destination_project_dataset_tableThe dotted (.). BigQuery table to load data into (templated). If