seanghaeli commented on PR #66496:
URL: https://github.com/apache/airflow/pull/66496#issuecomment-4409758084

   Closing this PR — the approach of building template rendering on top of the 
stored simple context doesn't address the architectural concern that context 
shouldn't be stored in the DB at all. The proper implementation should fetch 
full context via the Execution API at callback execution time (now possible 
since #55068 merged), which means reverting the simple context from #55241 and 
replacing it with runtime context fetching. Will reopen with the correct 
approach.


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