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/06/17 18:33:20 UTC

[airflow] branch master updated (d47e070 -> 0b9bf4a)

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

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


    from d47e070  Add HashiCorp Vault Hook (split-out from Vault secret backend) (#9333)
     add 0b9bf4a  Merging multiple sql operators (#9124)

No new revisions were added by this update.

Summary of changes:
 airflow/operators/check_operator.py                | 435 ++-------------------
 airflow/operators/{check_operator.py => sql.py}    | 334 ++++++++++++----
 airflow/operators/sql_branch_operator.py           | 164 +-------
 docs/operators-and-hooks-ref.rst                   |   6 +-
 tests/operators/test_check_operator.py             | 324 ---------------
 .../{test_sql_branch_operator.py => test_sql.py}   | 342 ++++++++++++++--
 tests/test_core_to_contrib.py                      |  20 +
 7 files changed, 642 insertions(+), 983 deletions(-)
 copy airflow/operators/{check_operator.py => sql.py} (56%)
 delete mode 100644 tests/operators/test_check_operator.py
 rename tests/operators/{test_sql_branch_operator.py => test_sql.py} (57%)