BigQueryExecuteQueryOperator
GoogleExecutes BigQuery SQL queries in a specific BigQuery database. This operator does not assert idempotency.
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
sqlRequiredthe SQL code to be executed as a single string, or a list of str (sql statements), or a reference to a template file. Template references are recognized by str ending in ‘.sql’
destination_dataset_tableA dotted (.|:). that, if set, will store the results of the query. (templated)