ramitkataria commented on PR #55241: URL: https://github.com/apache/airflow/pull/55241#issuecomment-3254904426
Thanks for the pointers @ashb. I've made changes: > a) not add new uses of SDK inside Core (i.e. anything that runs in the scheduler or API servers etc) I've changed it to use the execution API data model > b) We don't really want to render templates inside the scheduler, as that is dangerously close to running user code there. I've removed template rendering for this PR. After #55037, I wasn't sure how to run it in the triggerer but I'll explore that for a future PR -- 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]
