diff --git a/airflow/providers/google/cloud/operators/bigquery.py b/airflow/providers/google/cloud/operators/bigquery.py index 6bbe50e5b3a9..933576502d1e 100644 --- a/airflow/providers/google/cloud/operators/bigquery.py +++ b/airflow/providers/google/cloud/operators/bigquery.py @@ -1853,6 +1853,7 @@ class BigQueryUpsertTableOperator(BaseOperator): 'dataset_id', 'table_resource', 'impersonation_chain', + 'project_id' ) template_fields_renderers = {"table_resource": "json"} ui_color = BigQueryUIColors.TABLE.value @@ -2068,6 +2069,7 @@ class BigQueryInsertJobOperator(BaseOperator): "configuration", "job_id", "impersonation_chain", + 'project_id' ) template_ext: Sequence[str] = ( ".json",