ephraimbuddy commented on code in PR #31887:
URL: https://github.com/apache/airflow/pull/31887#discussion_r1237084128
##########
airflow/utils/context.py:
##########
@@ -88,6 +88,10 @@
"var",
"yesterday_ds",
"yesterday_ds_nodash",
+ "task_list",
+ "blocking_task_list",
+ "slas",
+ "blocking_tis",
Review Comment:
> Can we just create a dict and pass to
self.render_template_fields(_context)?
Yeah
##########
airflow/utils/context.py:
##########
@@ -88,6 +88,10 @@
"var",
"yesterday_ds",
"yesterday_ds_nodash",
+ "task_list",
+ "blocking_task_list",
+ "slas",
+ "blocking_tis",
Review Comment:
> Can we just create a dict and pass to
self.render_template_fields(_context)?
Yeah
--
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]