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 2022/06/28 17:44:50 UTC

[airflow] branch move-setup-dependencies-to-providers updated (6ba9a8882a -> fc71606f87)

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

potiuk pushed a change to branch move-setup-dependencies-to-providers
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 6ba9a8882a Move provider dependencies to inside provider folders
     add a5ef7a02e1 Clear next method when clearing TIs (#23929)
     add ed37c3a0e8 Add `test_connection` method to Databricks hook (#24617)
     add d8ec1ec8ec `WebHDFSHook` Bugfix/optional port (#24550)
     add 9b4a053bc6 Add batch option to `SqsSensor` (#24554)
     add 7a7ca50160 Migrate Google example DAG s3_to_gcs to new design AIP-47 (#24641)
     add 359700a450 Remove "Label when approved" workflow (#24704)
     add 8f638bbeb9 don't try to render child rows for closed groups (#24637)
     add 5326da4b83 Add `airflow_kpo_in_cluster` label to KPO pods (#24658)
     add 1429091d7c Fix Grid vertical scrolling (#24684)
     add 510a6bab45 Remove `hook-class-names` from provider.yaml (#24702)
     add ccd28cbf44 fix document about response_check in HttpSensor (#24708)
     add 1649f02129 Protect against using "hook_params" in "get_hook" until we move to 2.3+ (#24706)
     add fc71606f87 Move provider dependencies to inside provider folders

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   (6ba9a8882a)
            \
             N -- N -- N   refs/heads/move-setup-dependencies-to-providers (fc71606f87)

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.

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |   1 -
 .github/actions/checks-action                      |   1 -
 .github/actions/label-when-approved-action         |   1 -
 .github/workflows/label_when_reviewed.yml          |  28 ---
 .../workflows/label_when_reviewed_workflow_run.yml | 177 -----------------
 .gitmodules                                        |   6 -
 .pre-commit-config.yaml                            |   4 +-
 CI.rst                                             |   6 -
 CONTRIBUTING.rst                                   |  27 ---
 PULL_REQUEST_WORKFLOW.rst                          | 151 --------------
 STATIC_CODE_CHECKS.rst                             |   2 +-
 TESTING.rst                                        |   2 -
 airflow/models/taskinstance.py                     |   1 +
 airflow/provider.yaml.schema.json                  |  11 --
 airflow/providers/airbyte/provider.yaml            |   3 -
 airflow/providers/alibaba/provider.yaml            |   2 -
 airflow/providers/amazon/aws/sensors/sqs.py        |  77 +++++---
 airflow/providers/amazon/provider.yaml             |   5 -
 airflow/providers/apache/cassandra/provider.yaml   |   3 -
 airflow/providers/apache/drill/provider.yaml       |   3 -
 airflow/providers/apache/druid/provider.yaml       |   2 -
 airflow/providers/apache/hdfs/hooks/webhdfs.py     |  22 ++-
 airflow/providers/apache/hdfs/provider.yaml        |   3 -
 airflow/providers/apache/hive/provider.yaml        |   6 -
 airflow/providers/apache/livy/provider.yaml        |   3 -
 airflow/providers/apache/pig/provider.yaml         |   4 -
 airflow/providers/apache/spark/provider.yaml       |   4 -
 airflow/providers/apache/sqoop/provider.yaml       |   3 -
 airflow/providers/asana/provider.yaml              |   2 -
 airflow/providers/cloudant/provider.yaml           |   3 -
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |  15 ++
 .../cncf/kubernetes/operators/kubernetes_pod.py    |   9 +-
 airflow/providers/cncf/kubernetes/provider.yaml    |   2 -
 airflow/providers/databricks/hooks/databricks.py   |  15 ++
 airflow/providers/databricks/provider.yaml         |   2 -
 airflow/providers/dbt/cloud/provider.yaml          |   3 -
 airflow/providers/dingding/provider.yaml           |   2 -
 airflow/providers/discord/provider.yaml            |   3 -
 airflow/providers/docker/provider.yaml             |   3 -
 airflow/providers/elasticsearch/provider.yaml      |   3 -
 airflow/providers/exasol/provider.yaml             |   3 -
 airflow/providers/facebook/provider.yaml           |   3 -
 airflow/providers/ftp/provider.yaml                |   3 -
 airflow/providers/google/provider.yaml             |   8 -
 airflow/providers/grpc/provider.yaml               |   3 -
 airflow/providers/hashicorp/provider.yaml          |   3 -
 airflow/providers/http/provider.yaml               |   3 -
 airflow/providers/http/sensors/http.py             |   7 +-
 airflow/providers/imap/provider.yaml               |   3 -
 airflow/providers/jdbc/provider.yaml               |   2 -
 airflow/providers/jenkins/provider.yaml            |   3 -
 airflow/providers/jira/provider.yaml               |   3 -
 airflow/providers/microsoft/azure/provider.yaml    |  13 --
 airflow/providers/microsoft/mssql/provider.yaml    |   3 -
 airflow/providers/mongo/provider.yaml              |   3 -
 airflow/providers/mysql/provider.yaml              |   2 -
 airflow/providers/neo4j/provider.yaml              |   2 -
 airflow/providers/odbc/provider.yaml               |   2 -
 airflow/providers/opsgenie/provider.yaml           |   3 -
 airflow/providers/oracle/provider.yaml             |   3 -
 airflow/providers/postgres/provider.yaml           |   2 -
 airflow/providers/presto/provider.yaml             |   3 -
 airflow/providers/qubole/provider.yaml             |   2 -
 airflow/providers/redis/provider.yaml              |   3 -
 airflow/providers/salesforce/provider.yaml         |   3 -
 airflow/providers/samba/provider.yaml              |   2 -
 airflow/providers/segment/provider.yaml            |   3 -
 airflow/providers/sftp/provider.yaml               |   2 -
 airflow/providers/slack/provider.yaml              |   3 -
 airflow/providers/snowflake/provider.yaml          |   3 -
 airflow/providers/sqlite/provider.yaml             |   3 -
 airflow/providers/ssh/provider.yaml                |   3 -
 airflow/providers/tableau/provider.yaml            |   3 -
 airflow/providers/trino/provider.yaml              |   3 -
 airflow/providers/vertica/provider.yaml            |   3 -
 airflow/providers/yandex/provider.yaml             |   3 -
 airflow/www/static/js/grid/{Grid.jsx => Grid.tsx}  |  73 +++----
 .../static/js/grid/dagRuns/{Bar.jsx => Bar.tsx}    |  29 ++-
 airflow/www/static/js/grid/dagRuns/index.tsx       |  87 ++++----
 airflow/www/static/js/grid/renderTaskRows.tsx      |  45 ++---
 dev/airflow-github                                 |   1 -
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   2 +-
 .../operators/transfer/s3_to_gcs.rst               |   2 +-
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output-static-checks.svg             | 220 ++++++++++-----------
 images/pr/pr-full-tests-needed.png                 | Bin 88512 -> 0 bytes
 images/pr/pr-likely-ok-to-merge.png                | Bin 98362 -> 0 bytes
 images/pr/pr-no-tests-needed-comment.png           | Bin 80852 -> 0 bytes
 kubernetes_tests/test_kubernetes_pod_operator.py   |  15 +-
 .../test_kubernetes_pod_operator_backcompat.py     |   2 +
 .../pre_commit_check_2_2_compatibility.py          |  10 +
 tests/models/test_cleartasks.py                    |  23 +++
 tests/providers/amazon/aws/sensors/test_sqs.py     |  28 +++
 tests/providers/apache/hdfs/hooks/test_webhdfs.py  |  93 ++++++++-
 .../cncf/kubernetes/hooks/test_kubernetes.py       |   7 +
 .../kubernetes/operators/test_kubernetes_pod.py    |  20 +-
 .../providers/databricks/hooks/test_databricks.py  |  42 +++-
 .../cloud/transfers/test_s3_to_gcs_system.py       |  51 -----
 tests/system/providers/amazon/aws/example_sqs.py   |  23 ++-
 .../google/cloud/gcs}/example_s3_to_gcs.py         |  51 +++--
 100 files changed, 633 insertions(+), 932 deletions(-)
 delete mode 160000 .github/actions/checks-action
 delete mode 160000 .github/actions/label-when-approved-action
 delete mode 100644 .github/workflows/label_when_reviewed.yml
 delete mode 100644 .github/workflows/label_when_reviewed_workflow_run.yml
 delete mode 100644 PULL_REQUEST_WORKFLOW.rst
 rename airflow/www/static/js/grid/{Grid.jsx => Grid.tsx} (73%)
 rename airflow/www/static/js/grid/dagRuns/{Bar.jsx => Bar.tsx} (82%)
 delete mode 100644 images/pr/pr-full-tests-needed.png
 delete mode 100644 images/pr/pr-likely-ok-to-merge.png
 delete mode 100644 images/pr/pr-no-tests-needed-comment.png
 delete mode 100644 tests/providers/google/cloud/transfers/test_s3_to_gcs_system.py
 rename {airflow/providers/google/cloud/example_dags => tests/system/providers/google/cloud/gcs}/example_s3_to_gcs.py (60%)