You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/04/11 08:31:22 UTC

[airflow] branch main updated (4201e6e0da -> a111a79c0d)

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

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


    from 4201e6e0da update INTHEWILD (#22896)
     add a111a79c0d make operator's execution_timeout configurable (#22389)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml          |  9 ++++
 airflow/config_templates/default_airflow.cfg |  5 +++
 airflow/configuration.py                     | 35 +++++++++++++++
 airflow/models/abstractoperator.py           |  3 ++
 airflow/models/baseoperator.py               |  5 ++-
 tests/core/test_configuration.py             | 65 ++++++++++++++++++++++++++++
 6 files changed, 120 insertions(+), 2 deletions(-)