uranusjr commented on issue #23020:
URL: https://github.com/apache/airflow/issues/23020#issuecomment-1100751912

   It’s possible, but I think separating the logic into task would be much more 
complicated to implement, since we don’t really have a good way to communiate 
arbitrary information between tasks (except XCom which is probably not the 
right place for this). Doing it as a part of the task run as Jarek suggested is 
better. We already have pre-execute hooks, so it can fit around there.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to