eladkal commented on code in PR #24768:
URL: https://github.com/apache/airflow/pull/24768#discussion_r920456050


##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1853,6 +1853,7 @@ class BigQueryUpsertTableOperator(BaseOperator):
         'dataset_id',
         'table_resource',
         'impersonation_chain',
+        'project_id'

Review Comment:
   ```suggestion
           'project_id',
   ```



##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -2068,6 +2069,7 @@ class BigQueryInsertJobOperator(BaseOperator):
         "configuration",
         "job_id",
         "impersonation_chain",
+        'project_id'

Review Comment:
   ```suggestion
           "project_id",
   ```
   
   These will probably fix the static checks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to