You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (JIRA)" <ji...@apache.org> on 2019/08/12 17:16:00 UTC

[jira] [Updated] (AIRFLOW-3278) GZIP support for Operators loading to GCS

     [ https://issues.apache.org/jira/browse/AIRFLOW-3278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil Bregula updated AIRFLOW-3278:
-----------------------------------
    Description: 
gzip flag was added to GoogleCloudStorageHook by PR:

[https://issues.apache.org/jira/browse/AIRFLOW-2932|https://github.com/apache/incubator-airflow/pull/3893]

Operators interact with the hook that upload files to storage can use this property to compress the file.

 

*Needs to modify following operators to support the gzip flag:*

 
||Operator Name||Status||Notes||
|S3ToGoogleCloudStorageOperator| Done | |https://issues.apache.org/jira/browse/AIRFLOW-5124
|PostgresToGoogleCloudStorageOperator| Done| https://issues.apache.org/jira/browse/AIRFLOW-4869|
|CassandraToGoogleCloudStorageOperator| | |
|MySqlToGoogleCloudStorageOperator| Done| https://issues.apache.org/jira/browse/AIRFLOW-4869|
|FileToGoogleCloudStorageOperator|Done|[https://issues.apache.org/jira/browse/AIRFLOW-2932|https://github.com/apache/incubator-airflow/pull/3893]|
|BigQueryToCloudStorageOperator |Done|has separated compression flag|
|AdlsToGoogleCloudStorageOperator| | |
|MsSqlToGoogleCloudStorageOperator|Done|https://issues.apache.org/jira/browse/AIRFLOW-4268|

 

 

  was:
gzip flag was added to GoogleCloudStorageHook by PR:

[https://issues.apache.org/jira/browse/AIRFLOW-2932|https://github.com/apache/incubator-airflow/pull/3893]

Operators interact with the hook that upload files to storage can use this property to compress the file.

 

*Needs to modify following operators to support the gzip flag:*

 
||Operator Name||Status||Notes||
|S3ToGoogleCloudStorageOperator| Done | |
|PostgresToGoogleCloudStorageOperator| Done| https://issues.apache.org/jira/browse/AIRFLOW-4869|
|CassandraToGoogleCloudStorageOperator| | |
|MySqlToGoogleCloudStorageOperator| Done| https://issues.apache.org/jira/browse/AIRFLOW-4869|
|FileToGoogleCloudStorageOperator|Done|[https://issues.apache.org/jira/browse/AIRFLOW-2932|https://github.com/apache/incubator-airflow/pull/3893]|
|BigQueryToCloudStorageOperator |Done|has separated compression flag|
|AdlsToGoogleCloudStorageOperator| | |
|MsSqlToGoogleCloudStorageOperator|Done|https://issues.apache.org/jira/browse/AIRFLOW-4268|

 

 


> GZIP support for Operators loading to GCS
> -----------------------------------------
>
>                 Key: AIRFLOW-3278
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3278
>             Project: Apache Airflow
>          Issue Type: Task
>          Components: gcp
>    Affects Versions: 1.10.0
>            Reporter: jack
>            Priority: Major
>
> gzip flag was added to GoogleCloudStorageHook by PR:
> [https://issues.apache.org/jira/browse/AIRFLOW-2932|https://github.com/apache/incubator-airflow/pull/3893]
> Operators interact with the hook that upload files to storage can use this property to compress the file.
>  
> *Needs to modify following operators to support the gzip flag:*
>  
> ||Operator Name||Status||Notes||
> |S3ToGoogleCloudStorageOperator| Done | |https://issues.apache.org/jira/browse/AIRFLOW-5124
> |PostgresToGoogleCloudStorageOperator| Done| https://issues.apache.org/jira/browse/AIRFLOW-4869|
> |CassandraToGoogleCloudStorageOperator| | |
> |MySqlToGoogleCloudStorageOperator| Done| https://issues.apache.org/jira/browse/AIRFLOW-4869|
> |FileToGoogleCloudStorageOperator|Done|[https://issues.apache.org/jira/browse/AIRFLOW-2932|https://github.com/apache/incubator-airflow/pull/3893]|
> |BigQueryToCloudStorageOperator |Done|has separated compression flag|
> |AdlsToGoogleCloudStorageOperator| | |
> |MsSqlToGoogleCloudStorageOperator|Done|https://issues.apache.org/jira/browse/AIRFLOW-4268|
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)