You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/04 13:20:15 UTC

[GitHub] [airflow] nullhack opened a new issue #9139: gzip option of sql_to_gcs operator don't compress the data file

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:
users@infra.apache.org



[GitHub] [airflow] nullhack closed issue #9139: gzip option of sql_to_gcs operator don't compress the data file

Posted by GitBox <gi...@apache.org>.
nullhack closed issue #9139:
URL: https://github.com/apache/airflow/issues/9139


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #9139: gzip option of sql_to_gcs operator don't compress the data file

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #9139:
URL: https://github.com/apache/airflow/issues/9139#issuecomment-638842409


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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:
users@infra.apache.org