turbaszek commented on a change in pull request #17998:
URL: https://github.com/apache/airflow/pull/17998#discussion_r706638081
##########
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:
Does removing this logic break backward 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]