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 2020/10/02 01:14:57 UTC

[airflow] branch master updated (c74b3ac -> 720912f)

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 c74b3ac  Optional import error tracebacks in web ui (#10663)
     add 720912f  Strict type check for multiple providers (#11229)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/dingding/hooks/dingding.py       | 22 +++++----
 airflow/providers/dingding/operators/dingding.py   | 15 +++---
 airflow/providers/opsgenie/hooks/opsgenie_alert.py | 11 +++--
 .../providers/opsgenie/operators/opsgenie_alert.py | 38 ++++++++-------
 airflow/providers/presto/hooks/presto.py           | 46 +++++++++++++-----
 airflow/providers/qubole/hooks/qubole.py           | 55 +++++++++++++---------
 airflow/providers/qubole/hooks/qubole_check.py     | 15 +++---
 airflow/providers/qubole/operators/qubole.py       | 30 ++++++------
 airflow/providers/qubole/operators/qubole_check.py | 35 +++++++-------
 airflow/providers/qubole/sensors/qubole.py         | 12 +++--
 airflow/providers/samba/hooks/samba.py             |  6 +--
 airflow/providers/slack/hooks/slack_webhook.py     |  3 +-
 airflow/providers/slack/operators/slack.py         |  2 +-
 airflow/providers/slack/operators/slack_webhook.py | 27 ++++++-----
 airflow/providers/zendesk/hooks/zendesk.py         |  8 ++--
 15 files changed, 186 insertions(+), 139 deletions(-)