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

dimberman pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from b4275b5  Make it possible to silence warnings from Airflow (#9208)
     new 89b0615  [AIRFLOW-XXX] Extract operators and hooks to separate page 
(#6213)
     new 1f39d39  * Add SQL Branch Operator

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/operators/sql_branch_operator.py    |  175 ++++
 docs/index.rst                              |    1 +
 docs/integration.rst                        |  470 +---------
 docs/operators-and-hooks-ref.rst            | 1315 +++++++++++++++++++++++++++
 tests/operators/test_sql_branch_operator.py |  476 ++++++++++
 5 files changed, 1979 insertions(+), 458 deletions(-)
 create mode 100644 airflow/operators/sql_branch_operator.py
 create mode 100644 docs/operators-and-hooks-ref.rst
 create mode 100644 tests/operators/test_sql_branch_operator.py

Reply via email to