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 2019/09/28 20:13:16 UTC

[GitHub] [airflow] mik-laj commented on issue #6210: [AIRFLOW-5567] prototype BaseAsyncOperator

mik-laj commented on issue #6210: [AIRFLOW-5567] prototype BaseAsyncOperator
URL: https://github.com/apache/airflow/pull/6210#issuecomment-536221991
 
 
   My team was thinking of creating similar features.  Some observation that I can add now it is useful that the functionality of the code execution after the operation is completed.
   For example:
   * Pre-execute: create a report request in Google Marketing Platform
   * Poke: Waiting for status change from processing to completed
   * Post-execute: download the raport to GCS
   
   The current implementation lacks a mechanism for passing the context of operations to the next step, e.g. the ID of the created object.

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