We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2459a2 commit 77626b7Copy full SHA for 77626b7
airflow/providers/google/cloud/operators/bigquery.py
@@ -1871,6 +1871,7 @@ class BigQueryUpsertTableOperator(BaseOperator):
1871
'dataset_id',
1872
'table_resource',
1873
'impersonation_chain',
1874
+ 'project_id',
1875
)
1876
template_fields_renderers = {"table_resource": "json"}
1877
ui_color = BigQueryUIColors.TABLE.value
@@ -2086,6 +2087,7 @@ class BigQueryInsertJobOperator(BaseOperator):
2086
2087
"configuration",
2088
"job_id",
2089
"impersonation_chain",
2090
+ "project_id",
2091
2092
template_ext: Sequence[str] = (
2093
".json",
0 commit comments