This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch move-prepare-providers-packages-to-breeze
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit bd6b41067a Move prepare-provider-packages to be run entirely in Breeze
Python
omit 9416085808 Move "prepare-provider-documentation" to Breeze
add 24aca11b52 Change terminal mode to cbreak in `execute_interactive` and
handle `SIGINT` (#35602)
add e755b799c2 Move "prepare-provider-documentation" to Breeze (#35586)
add 83257a7b35 Remove all code related to Qubole provider (#35636)
new b43046438f Move prepare-provider-packages to be run entirely in Breeze
Python
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bd6b41067a)
\
N -- N -- N refs/heads/move-prepare-providers-packages-to-breeze
(b43046438f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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_providers_bug_report.yml | 1 -
.github/boring-cyborg.yml | 6 -
INTHEWILD.md | 1 -
airflow/contrib/hooks/__init__.py | 6 -
airflow/contrib/operators/__init__.py | 9 -
airflow/contrib/sensors/__init__.py | 5 -
.../providers/qubole/.latest-doc-only-change.txt | 1 -
airflow/providers/qubole/CHANGELOG.rst | 341 ------------------
airflow/providers/qubole/__init__.py | 43 ---
airflow/providers/qubole/hooks/__init__.py | 17 -
airflow/providers/qubole/hooks/qubole.py | 304 ----------------
airflow/providers/qubole/hooks/qubole_check.py | 122 -------
airflow/providers/qubole/operators/__init__.py | 17 -
airflow/providers/qubole/operators/qubole.py | 303 ----------------
airflow/providers/qubole/operators/qubole_check.py | 210 -----------
airflow/providers/qubole/provider.yaml | 85 -----
airflow/providers/qubole/sensors/__init__.py | 17 -
airflow/providers/qubole/sensors/qubole.py | 117 -------
airflow/utils/db.py | 8 -
airflow/utils/process_utils.py | 7 +-
dev/README_RELEASE_PROVIDER_PACKAGES.md | 20 +-
docs/apache-airflow-providers-qubole/changelog.rst | 18 -
docs/apache-airflow-providers-qubole/commits.rst | 390 ---------------------
docs/apache-airflow-providers-qubole/index.rst | 112 ------
.../installing-providers-from-sources.rst | 18 -
.../operators/index.rst | 32 --
.../operators/qubole.rst | 184 ----------
.../operators/qubole_check.rst | 45 ---
docs/apache-airflow-providers-qubole/security.rst | 19 -
docs/apache-airflow/extra-packages-ref.rst | 2 -
docs/integration-logos/qubole/Qubole.png | Bin 1892 -> 0 bytes
setup.py | 1 -
tests/providers/qubole/__init__.py | 17 -
tests/providers/qubole/hooks/__init__.py | 17 -
tests/providers/qubole/hooks/test_qubole.py | 80 -----
tests/providers/qubole/hooks/test_qubole_check.py | 42 ---
tests/providers/qubole/operators/__init__.py | 17 -
tests/providers/qubole/operators/test_qubole.py | 179 ----------
.../qubole/operators/test_qubole_check.py | 192 ----------
tests/providers/qubole/sensors/__init__.py | 17 -
tests/providers/qubole/sensors/test_qubole.py | 80 -----
tests/system/providers/qubole/__init__.py | 16 -
tests/system/providers/qubole/example_qubole.py | 235 -------------
.../providers/qubole/example_qubole_sensors.py | 94 -----
44 files changed, 15 insertions(+), 3432 deletions(-)
delete mode 100644 airflow/providers/qubole/.latest-doc-only-change.txt
delete mode 100644 airflow/providers/qubole/CHANGELOG.rst
delete mode 100644 airflow/providers/qubole/__init__.py
delete mode 100644 airflow/providers/qubole/hooks/__init__.py
delete mode 100644 airflow/providers/qubole/hooks/qubole.py
delete mode 100644 airflow/providers/qubole/hooks/qubole_check.py
delete mode 100644 airflow/providers/qubole/operators/__init__.py
delete mode 100644 airflow/providers/qubole/operators/qubole.py
delete mode 100644 airflow/providers/qubole/operators/qubole_check.py
delete mode 100644 airflow/providers/qubole/provider.yaml
delete mode 100644 airflow/providers/qubole/sensors/__init__.py
delete mode 100644 airflow/providers/qubole/sensors/qubole.py
delete mode 100644 docs/apache-airflow-providers-qubole/changelog.rst
delete mode 100644 docs/apache-airflow-providers-qubole/commits.rst
delete mode 100644 docs/apache-airflow-providers-qubole/index.rst
delete mode 100644
docs/apache-airflow-providers-qubole/installing-providers-from-sources.rst
delete mode 100644 docs/apache-airflow-providers-qubole/operators/index.rst
delete mode 100644 docs/apache-airflow-providers-qubole/operators/qubole.rst
delete mode 100644
docs/apache-airflow-providers-qubole/operators/qubole_check.rst
delete mode 100644 docs/apache-airflow-providers-qubole/security.rst
delete mode 100644 docs/integration-logos/qubole/Qubole.png
delete mode 100644 tests/providers/qubole/__init__.py
delete mode 100644 tests/providers/qubole/hooks/__init__.py
delete mode 100644 tests/providers/qubole/hooks/test_qubole.py
delete mode 100644 tests/providers/qubole/hooks/test_qubole_check.py
delete mode 100644 tests/providers/qubole/operators/__init__.py
delete mode 100644 tests/providers/qubole/operators/test_qubole.py
delete mode 100644 tests/providers/qubole/operators/test_qubole_check.py
delete mode 100644 tests/providers/qubole/sensors/__init__.py
delete mode 100644 tests/providers/qubole/sensors/test_qubole.py
delete mode 100644 tests/system/providers/qubole/__init__.py
delete mode 100644 tests/system/providers/qubole/example_qubole.py
delete mode 100644 tests/system/providers/qubole/example_qubole_sensors.py