This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d045690b79 Add triggering dataset events to ti context (#26168)
add 51c5d124bb Automatically register DAGs that are used in a context
manager (#23592)
No new revisions were added by this update.
Summary of changes:
airflow/example_dags/tutorial.py | 2 +-
airflow/example_dags/tutorial_taskflow_api.py | 2 +-
airflow/models/dag.py | 38 ++++++++++-----
airflow/models/dagbag.py | 22 ++++++++-
.../howto/dynamic-dag-generation.rst | 30 +++++++-----
docs/apache-airflow/tutorial/taskflow.rst | 12 +++++
newsfragments/23592.significant.rst | 40 ++++++++++++++++
tests/dags/test_subdag.py | 2 +-
tests/dags/test_zip.zip | Bin 3513 -> 2285 bytes
tests/models/test_dagbag.py | 53 +++++++++++++--------
10 files changed, 153 insertions(+), 48 deletions(-)
create mode 100644 newsfragments/23592.significant.rst