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


##########
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:
   There is `templates-ref.rst` but I totally forgot to update it. I think I'll 
also write a pre-commit hook to make sure it's updated properly for this kind 
of things...
   
   Do you think there's a way to improve the page's visibility?



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