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 2021/12/06 21:06:46 UTC

[airflow] branch main updated (42f133c -> 2fbfbef)

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

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


    from 42f133c  Removes InputRequired validation with azure extra (#20084)
     add 2fbfbef  Add Qubole how to documentation (#20058)

No new revisions were added by this update.

Summary of changes:
 .../qubole/example_dags/example_qubole.py          |  26 ++-
 airflow/providers/qubole/operators/qubole.py       |   4 +
 airflow/providers/qubole/operators/qubole_check.py |   4 +
 airflow/providers/qubole/provider.yaml             |   5 +-
 airflow/providers/qubole/sensors/qubole.py         |   8 +
 docs/apache-airflow-providers-qubole/index.rst     |   9 +
 .../operators}/index.rst                           |   6 +-
 .../operators/qubole.rst                           | 189 +++++++++++++++++++++
 .../operators/qubole_check.rst                     |  50 ++++++
 9 files changed, 295 insertions(+), 6 deletions(-)
 copy docs/{apache-airflow-providers-google/operators/cloud => apache-airflow-providers-qubole/operators}/index.rst (89%)
 create mode 100644 docs/apache-airflow-providers-qubole/operators/qubole.rst
 create mode 100644 docs/apache-airflow-providers-qubole/operators/qubole_check.rst