nullhack opened a new issue #9139:
URL: https://github.com/apache/airflow/issues/9139


   
   
   **Apache Airflow version**: 1.10.9
   
   **What happened**:
   
   When using `sql_to_gcs` with the option `gzip=True`, the output data file in 
gcs is not compressed (and instead the schema file is compressed)
   
   **What you expected to happen**:
   
   When the option `gzip=True`, I would expect the data file to be compressed 
using gzip and no changes to the schema file
   
   **How to reproduce it**:
   
   Just use [sql_to_gcs 
operator](https://github.com/apache/airflow/blob/master/airflow/providers/google/cloud/operators/sql_to_gcs.py)
 in any project, defining `gzip=True`.
   
   Expected result:
   The output data file will not be compressed but the schema file will be 
compressed.
   


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

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


Reply via email to