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 c2f10a4ee9 Migrate Snowflake system tests to new design #22434 (#24151)
add e3824ce521 Migrate Qubole example DAGs to new design #22460 (#24149)
No new revisions were added by this update.
Summary of changes:
airflow/providers/qubole/example_dags/__init__.py | 17 ----
docs/apache-airflow-providers-qubole/index.rst | 2 +-
.../operators/index.rst | 2 +-
.../operators/qubole.rst | 24 +++---
.../system/providers/qubole}/example_qubole.py | 61 +++-----------
.../providers/qubole/example_qubole_sensors.py | 93 ++++++++++++++++++++++
6 files changed, 120 insertions(+), 79 deletions(-)
delete mode 100644 airflow/providers/qubole/example_dags/__init__.py
rename {airflow/providers/qubole/example_dags =>
tests/system/providers/qubole}/example_qubole.py (79%)
create mode 100644 tests/system/providers/qubole/example_qubole_sensors.py