utkarsharma2 commented on code in PR #31887:
URL: https://github.com/apache/airflow/pull/31887#discussion_r1233852301
##########
airflow/utils/context.py:
##########
@@ -88,6 +88,10 @@
"var",
"yesterday_ds",
"yesterday_ds_nodash",
+ "task_list",
+ "blocking_task_list",
+ "slas",
+ "blocking_tis",
Review Comment:
Ya, I wasn't sure about them either. But we need to pass these values for
templating in case of sla_miss_callback right? Any alternative?
Can we just create a dict and pass to
`self.render_template_fields(_context)`?
--
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]