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


    omit ef4ece9f9e plugins: load plugins from providers
     add 0339f94a50 Fix failing dagrun query due to sqlalchemy 2.0 refactor 
(#32801)
     add 6313e52932 Add missing execute_complete method for 
`DatabricksRunNowOperator` (#32689)
     add 6f75a8a917 improve performance of pr script in dev/stats (#32735)
     add d05e42e5d2 Add `ExternalBranchPythonOperator` (#32787)
     add 8012c9fce6 Add support for querying Redshift Serverless clusters 
(#32785)
     add 282854b55f Add endpoint_url in test_connection (#32664)
     add 1706f05858 EMR serverless Create/Start/Stop/Delete Application 
deferrable mode (#32513)
     new 1332b89465 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   (ef4ece9f9e)
            \
             N -- N -- N   refs/heads/load-plugins-from-providers (1332b89465)

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/operators/python.py                        |  15 ++
 airflow/providers/amazon/aws/hooks/base_aws.py     |   6 +-
 airflow/providers/amazon/aws/hooks/emr.py          |  26 ++-
 .../providers/amazon/aws/hooks/redshift_data.py    |  10 +
 airflow/providers/amazon/aws/operators/emr.py      | 172 ++++++++++++++--
 .../amazon/aws/operators/redshift_data.py          |   7 +
 airflow/providers/amazon/aws/triggers/emr.py       | 144 ++++++++++++-
 .../providers/databricks/operators/databricks.py   |   7 +-
 airflow/www/views.py                               |   7 +-
 dev/stats/get_important_pr_candidates.py           | 228 +++++++++------------
 .../operators/emr/emr_serverless.rst               |   6 +
 tests/operators/test_python.py                     | 206 ++++++++++++++++++-
 tests/providers/amazon/aws/hooks/test_base_aws.py  |  20 +-
 .../amazon/aws/hooks/test_redshift_data.py         |  67 +++++-
 .../amazon/aws/operators/test_emr_serverless.py    |  73 ++++++-
 .../amazon/aws/operators/test_redshift_data.py     |  42 ++++
 .../amazon/aws/triggers/test_emr_serverless.py     |  29 +++
 .../databricks/operators/test_databricks.py        |   4 +-
 tests/www/views/test_views_tasks.py                |  23 +++
 19 files changed, 911 insertions(+), 181 deletions(-)

Reply via email to