You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/09/14 12:32:37 UTC

[airflow] branch v2-4-test updated (c3f4951c0c -> b528044fd6)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c3f4951c0c Flag to deserialize value on custom XCom backend (#26343)
     add b528044fd6 Respect max_active_runs for dataset-triggered dags (#26348)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py    | 31 +++++++++++++++++++++------
 airflow/models/dagrun.py |  6 ++++++
 airflow/www/views.py     |  1 +
 tests/models/test_dag.py | 55 +++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 85 insertions(+), 8 deletions(-)