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 2020/08/06 08:32:00 UTC

[airflow] branch master updated (3b3287d -> 1e36666)

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

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


    from 3b3287d  Enforce keyword only arguments on apache operators (#10170)
     add 1e36666  prevent DAG callback exception from crashing scheduler (#10096)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                    |  9 +++++++++
 airflow/models/dag.py          | 15 +++++++++++----
 airflow/models/taskinstance.py |  9 +++++----
 docs/metrics.rst               |  1 +
 tests/models/test_dag.py       | 29 +++++++++++++++++++++++++++++
 5 files changed, 55 insertions(+), 8 deletions(-)