jscheffl commented on code in PR #68517: URL: https://github.com/apache/airflow/pull/68517#discussion_r3410017406
########## airflow-core/docs/authoring-and-scheduling/asset-scheduling.rst: ########## @@ -419,3 +419,27 @@ AssetTimetable Integration You can schedule Dags based on both asset events and time-based schedules using ``AssetOrTimeSchedule``. This allows you to create workflows when a Dag needs both to be triggered by data updates and run periodically according to a fixed timetable. For more detailed information on ``AssetOrTimeSchedule``, refer to the corresponding section in :ref:`AssetOrTimeSchedule <asset-timetable-section>`. + + +Controlling DagRun creation per asset event +--------------------------------------------- + +By default, when multiple asset events arrive for the same Dag between Review Comment: nit: Can you add a marker that this is added in 3.3.0? ```suggestion .. versionadded:: 3.3.0 By default, when multiple asset events arrive for the same Dag between ``` -- 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]
