mik-laj edited a comment 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 but we haven't started 
work and it's possible that the plans will change. However, I will gladly help 
in implementing this features in the community.
   
   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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to