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

eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 83060e16e1 Rename `DeleteCustomTrainingJobOperator`'s fields' names to 
comply with templated fields validation (#38048)
     add 777a2169e2 Adding ability to automatically set DAG to off after X 
times it failed sequentially (#36935)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/schemas/dag_schema.py        |  1 +
 airflow/cli/commands/dag_command.py                |  1 +
 airflow/config_templates/config.yml                | 11 +++++
 ..._9_0_adding_adding_max_failure_runs_column_.py} | 31 +++++++-------
 airflow/models/dag.py                              | 26 ++++++++++++
 airflow/models/dagrun.py                           | 49 ++++++++++++++++++++++
 airflow/serialization/pydantic/dag.py              |  1 +
 airflow/serialization/schema.json                  |  1 +
 docs/apache-airflow/core-concepts/dags.rst         | 12 ++++++
 docs/apache-airflow/migrations-ref.rst             |  7 +++-
 tests/api_connexion/endpoints/test_dag_endpoint.py | 32 ++++++++++++++
 tests/api_connexion/schemas/test_dag_schema.py     |  5 +++
 tests/models/test_dag.py                           | 46 ++++++++++++++++++++
 13 files changed, 208 insertions(+), 15 deletions(-)
 copy 
airflow/migrations/versions/{0136_2_9_0_add_dataset_expression_in_dagmodel.py 
=> 0137_2_9_0_adding_adding_max_failure_runs_column_.py} (53%)

Reply via email to