You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 18:07:03 UTC

[jira] [Commented] (AIRFLOW-2361) Allow GoogleCloudStorageToGoogleCloudStorageOperator to store list of copied files to XCom

    [ https://issues.apache.org/jira/browse/AIRFLOW-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601572#comment-16601572 ] 

Apache Spark commented on AIRFLOW-2361:
---------------------------------------

User 'berislavlopac' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3263

> Allow GoogleCloudStorageToGoogleCloudStorageOperator to store list of copied files to XCom
> ------------------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-2361
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2361
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Berislav Lopac
>            Assignee: Berislav Lopac
>            Priority: Minor
>
> When {{GoogleCloudStorageToGoogleCloudStorageOperator}} is used with a wildcard, it can copy more than one file. It would be useful if there would exist a mechanism to store the list of copied files as XCom so it can be used by other tasks downstream.
> Proposed solution: Add a {{xcom_push}} flag argument to the constructor; if {{True}}, the {{execute}} method returns a list of two-tuples representing each source/destination file pair:
> {code:java}
> [
>     ("original/file/path.ext", "target/prefix/original/file/path.ext"),
>     ...
> ]{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)