tnyz commented on a change in pull request #17998:
URL: https://github.com/apache/airflow/pull/17998#discussion_r706640208



##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -1195,36 +1200,24 @@ def execute(self, context) -> None:
         else:
             schema_fields = self.schema_fields
 
-        if schema_fields and self.table_resource:
-            self.table_resource["externalDataConfiguration"]["schema"] = 
schema_fields

Review comment:
       Considering it was incorrectly introduced and table creation via table 
resource is not properly supported, I don't think this will break backwards 
compatibility




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