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/04/02 07:12:37 UTC

[GitHub] [airflow] turbaszek commented on issue #8059: [AIP-31] Enable arbitrary XCom class

turbaszek commented on issue #8059: [AIP-31] Enable arbitrary XCom class
URL: https://github.com/apache/airflow/issues/8059#issuecomment-607664835
 
 
   Thanks @casassg for putting this into an issue! 
    
   The idea comes from DAGs where we have two operators:
   - OP1 that does: upload from API and put file on GCS
   - OP2 that does: download from GCS and do something
   
   Abstracting this layer of writing to and reading from persistent storage will make writing functional operators much easier. Because then my function will be called `process_data` not `download_and_process_data`.  That's why I think it's related to UX of functionals operators
   
   
   
   

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


With regards,
Apache Git Services