jscheffl commented on code in PR #38481:
URL: https://github.com/apache/airflow/pull/38481#discussion_r1543552790


##########
airflow/models/taskinstance.py:
##########
@@ -761,6 +767,7 @@ def get_triggering_events() -> dict[str, list[DatasetEvent 
| DatasetEventPydanti
         "dag_run": dag_run,
         "data_interval_end": timezone.coerce_datetime(data_interval.end),
         "data_interval_start": timezone.coerce_datetime(data_interval.start),
+        "dataset_events": DatasetEventAccessors(),

Review Comment:
   No, I found the `template-ref.rst` but did not qualify this in my comment - 
mainly because it is targeted for the usage of Jinja in templating - it has 80% 
overlap with the context but also a bit different details I think. But anyway, 
having docs there is also good.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to