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:
[email protected]


With regards,
Apache Git Services

Reply via email to