You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/26 23:20:19 UTC

[airflow] branch master updated (0b4c67d -> 6573846)

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

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


    from 0b4c67d  Finish refactor of DAG resource name helper (#15511)
     add 6573846  Fix `logging.exception` redundancy (#14823)

No new revisions were added by this update.

Summary of changes:
 airflow/models/connection.py                       |  5 ++---
 airflow/models/taskinstance.py                     | 17 +++++++--------
 airflow/plugins_manager.py                         |  3 +--
 .../providers/amazon/aws/log/s3_task_handler.py    |  8 +++----
 .../providers/apache/spark/hooks/spark_submit.py   |  5 ++---
 .../providers/elasticsearch/log/es_task_handler.py |  4 ++--
 airflow/providers/jira/sensors/jira.py             |  5 ++---
 .../microsoft/azure/log/wasb_task_handler.py       | 15 ++++++-------
 airflow/sensors/smart_sensor.py                    | 25 +++++++++++-----------
 airflow/utils/timeout.py                           | 10 ++++-----
 .../microsoft/azure/log/test_wasb_task_handler.py  | 13 +++++------
 11 files changed, 49 insertions(+), 61 deletions(-)