VladaZakharova commented on code in PR #45610:
URL: https://github.com/apache/airflow/pull/45610#discussion_r1918194170


##########
providers/src/airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1717,12 +1717,14 @@ def execute(self, context: Context) -> None:
                 "tableId": table_id,
             },
             "labels": self.labels,
-            "schema": {"fields": schema_fields},
             "externalDataConfiguration": external_data_configuration,
             "location": self.location,
             "encryptionConfiguration": self.encryption_configuration,
         }
 
+        if self.schema_fields:

Review Comment:
   Hi there! Thanks for contributing to google-provider. Can you please provide 
some screenshots of the running system test for this operator to show what was 
the problem with this filed and how your fix actually fixes the problem? Thanks!



##########
providers/src/airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1717,12 +1717,14 @@ def execute(self, context: Context) -> None:
                 "tableId": table_id,
             },
             "labels": self.labels,
-            "schema": {"fields": schema_fields},
             "externalDataConfiguration": external_data_configuration,
             "location": self.location,
             "encryptionConfiguration": self.encryption_configuration,
         }
 
+        if self.schema_fields:

Review Comment:
   Hi there! Thanks for contributing to google-provider. Can you please provide 
some screenshots of the running system test for this operator to show what was 
the problem with this field and how your fix actually fixes the problem? Thanks!



-- 
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