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 533b143 commit 7696286Copy full SHA for 7696286
airflow/providers/google/cloud/operators/sql_to_gcs.py
@@ -292,4 +292,4 @@ def _upload_to_gcs(self, files_to_upload):
292
hook.upload(self.bucket, tmp_file.get('file_name'),
293
tmp_file.get('file_handle').name,
294
mime_type=tmp_file.get('file_mime_type'),
295
- gzip=self.gzip if tmp_file.get('file_name') == self.schema_filename else False)
+ gzip=self.gzip if tmp_file.get('file_name') != self.schema_filename else False)
0 commit comments