This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 3d2a5cf Switches to "/" convention in ghcr.io images with
optimisations
new 88e6305 Switch back http provider after requests removes LGPL
dependency (#16974)
new e8058eb Remove SQLAlchemy <1.4 constraint (#16630)
new c967d29 Bump Jinja2 upper-bound from 2.12.0 to 4.0.0 (#16595)
new f3b74d8 Add type annotations to setup.py (#16658)
new ab46af9 bump dnspython (#16698)
new 4aef457 AIRFLOW-5529 Add Apache Drill provider. (#16884)
new f14860d Update alias for field_mask in Google Memmcache (#16975)
new ac832a2 Updates to FlaskAppBuilder 3.3.2+ (#17208)
The 8 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:
CONTRIBUTING.rst | 22 ++---
INSTALL | 24 +++---
.../{asana => apache/drill}/CHANGELOG.rst | 1 +
.../providers/apache/drill}/__init__.py | 0
.../example_dags/example_drill_dag.py} | 34 ++++----
.../providers/apache/drill/hooks}/__init__.py | 0
airflow/providers/apache/drill/hooks/drill.py | 89 +++++++++++++++++++++
.../providers/apache/drill/operators}/__init__.py | 0
.../jdbc.py => apache/drill/operators/drill.py} | 47 +++++------
.../apache/{sqoop => drill}/provider.yaml | 26 +++---
.../google/cloud/hooks/cloud_memorystore.py | 16 ++--
airflow/ui/src/views/Docs.tsx | 1 +
airflow/utils/db.py | 10 +++
.../commits.rst} | 12 +--
.../connections/drill.rst} | 35 +++-----
.../index.rst | 41 +++-------
.../operators.rst} | 38 ++++-----
docs/apache-airflow/extra-packages-ref.rst | 4 +-
docs/conf.py | 1 +
docs/integration-logos/apache/drill.png | Bin 0 -> 40173 bytes
docs/spelling_wordlist.txt | 1 +
setup.cfg | 7 +-
setup.py | 72 ++++++++++-------
.../apache/drill}/__init__.py | 0
.../apache/drill/hooks}/__init__.py | 0
tests/providers/apache/drill/hooks/test_drill.py | 84 +++++++++++++++++++
.../apache/drill/operators}/__init__.py | 0
.../drill/operators/test_drill.py} | 52 ++++++------
28 files changed, 397 insertions(+), 220 deletions(-)
copy airflow/providers/{asana => apache/drill}/CHANGELOG.rst (99%)
copy {tests/www/api/experimental =>
airflow/providers/apache/drill}/__init__.py (100%)
copy airflow/providers/apache/{pig/example_dags/example_pig.py =>
drill/example_dags/example_drill_dag.py} (60%)
copy {tests/www/api/experimental =>
airflow/providers/apache/drill/hooks}/__init__.py (100%)
create mode 100644 airflow/providers/apache/drill/hooks/drill.py
copy {tests/www/api/experimental =>
airflow/providers/apache/drill/operators}/__init__.py (100%)
copy airflow/providers/{jdbc/operators/jdbc.py =>
apache/drill/operators/drill.py} (57%)
copy airflow/providers/apache/{sqoop => drill}/provider.yaml (63%)
copy docs/{apache-airflow-providers-amazon/secrets-backends/index.rst =>
apache-airflow-providers-apache-drill/commits.rst} (84%)
copy docs/{apache-airflow-providers-slack/connections/slack.rst =>
apache-airflow-providers-apache-drill/connections/drill.rst} (54%)
copy docs/{apache-airflow-providers-openfaas =>
apache-airflow-providers-apache-drill}/index.rst (62%)
copy
docs/{apache-airflow-providers-google/operators/transfer/salesforce_to_gcs.rst
=> apache-airflow-providers-apache-drill/operators.rst} (53%)
create mode 100644 docs/integration-logos/apache/drill.png
copy tests/{www/api/experimental => providers/apache/drill}/__init__.py (100%)
copy tests/{www/api/experimental => providers/apache/drill/hooks}/__init__.py
(100%)
create mode 100644 tests/providers/apache/drill/hooks/test_drill.py
copy tests/{www/api/experimental =>
providers/apache/drill/operators}/__init__.py (100%)
copy tests/providers/{neo4j/operators/test_neo4j.py =>
apache/drill/operators/test_drill.py} (52%)