This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch load-plugins-from-providers
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 50eb2fd571 plugins: load plugins from providers
add 375d2fabcc Remove system test changes accidentally added by #32355
(#32677)
add 4afcef919b Chart: Add pod security context to pgbouncer (#32662)
add 62044f173b Documentation update to increase readability (#32658)
add 7ed791dab7 Do not return success from AWS ECS trigger after
max_attempts (#32589)
add 60c49ab2df Add more accurate typing for DbApiHook.run method (#31846)
add 68e9e0e440 Add deprecation info to the Airflow modules and classes
docstring (#32635)
add 9d87110485 Fix a typo in breeze testing commands descriptions (#32685)
add 0fbef49b8d Bump word-wrap from 1.2.3 to 1.2.4 in /airflow/www (#32680)
new 2e0144b105 plugins: load plugins from providers
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 (50eb2fd571)
\
N -- N -- N refs/heads/load-plugins-from-providers (2e0144b105)
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/api/common/experimental/delete_dag.py | 1 +
airflow/api/common/experimental/mark_tasks.py | 2 +-
airflow/api/common/experimental/trigger_dag.py | 1 +
airflow/contrib/secrets/__init__.py | 2 +-
airflow/contrib/task_runner/__init__.py | 2 +-
airflow/contrib/utils/__init__.py | 2 +-
airflow/contrib/utils/log/__init__.py | 2 +-
airflow/hooks/dbapi.py | 1 +
airflow/operators/subdag.py | 4 +-
airflow/plugins_manager.py | 4 +-
airflow/providers/amazon/aws/triggers/ecs.py | 7 +--
airflow/providers/apache/hive/hooks/hive.py | 2 +-
airflow/providers/apache/pinot/hooks/pinot.py | 4 +-
airflow/providers/common/sql/hooks/sql.py | 56 ++++++++++++++++++----
airflow/providers/common/sql/operators/sql.py | 4 +-
.../providers/databricks/hooks/databricks_sql.py | 35 ++++++++++++--
airflow/providers/exasol/hooks/exasol.py | 42 +++++++++++++---
airflow/providers/google/cloud/hooks/bigquery.py | 2 +-
.../providers/google/cloud/operators/cloud_sql.py | 4 +-
.../google/suite/transfers/sql_to_sheets.py | 2 +-
airflow/providers/neo4j/operators/neo4j.py | 4 +-
airflow/providers/presto/hooks/presto.py | 28 +++--------
airflow/providers/slack/transfers/sql_to_slack.py | 8 ++--
airflow/providers/snowflake/hooks/snowflake.py | 36 ++++++++++++--
airflow/providers/snowflake/operators/snowflake.py | 6 +--
.../snowflake/transfers/snowflake_to_slack.py | 4 +-
airflow/providers/trino/hooks/trino.py | 30 ++++--------
airflow/providers_manager.py | 3 +-
airflow/www/yarn.lock | 6 +--
.../templates/pgbouncer/pgbouncer-deployment.yaml | 8 ++--
chart/values.schema.json | 16 ++++++-
chart/values.yaml | 1 +
.../airflow_breeze/commands/testing_commands.py | 4 +-
.../modules_management.rst | 2 +-
helm_tests/security/test_security_context.py | 39 ++++++++++-----
images/breeze/output-commands-hash.txt | 6 +--
images/breeze/output_testing.svg | 2 +-
.../breeze/output_testing_docker-compose-tests.svg | 4 +-
images/breeze/output_testing_integration-tests.svg | 2 +-
tests/providers/amazon/aws/triggers/test_ecs.py | 21 ++++++++
.../aws/example_eks_with_fargate_in_one_step.py | 3 --
41 files changed, 278 insertions(+), 134 deletions(-)