diff --git a/astronomer/providers/google/cloud/example_dags/example_bigquery_queries.py b/astronomer/providers/google/cloud/example_dags/example_bigquery_queries.py index f9f04fa9b..5c70edfc5 100644 --- a/astronomer/providers/google/cloud/example_dags/example_bigquery_queries.py +++ b/astronomer/providers/google/cloud/example_dags/example_bigquery_queries.py @@ -61,7 +61,7 @@ task_id="create_dataset", dataset_id=DATASET, location=LOCATION, - bigquery_conn_id=GCP_CONN_ID, + gcp_conn_id=GCP_CONN_ID, ) create_table_1 = BigQueryCreateEmptyTableOperator(