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

ash pushed a change to branch precommmit-generate-tasksdk-datamodel
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ef15a421f77 fixup! Auto-generate the Pydantic datamodels for TaskSDK 
in pre-commit
 discard d3ba7da3e3a Apply suggestions from code review
 discard b4578ef5a95 Auto-generate the Pydantic datamodels for TaskSDK in 
pre-commit
     add f0bf5a1beb9 spark on kubernetes removes dependency on Spark Exit code 
(#46817)
     add 8d0895b8b8a spark on kubernetes removes dependency on Spark Exit code 
(#46817)
     add 7700687c37e Add Trino Connection UI Fields Placeholders (#46996)
     add e810f00d2d7 Fix HttpSensor to enable returning xcom value (#46848)
     add af4cc3d3f4f [Docs] Fix typo in 
contributing-docs/quick-start-ide/contributors_quick_start_codespaces.rst 
(#46899)
     add 137042831a8 Add MwaaDagRunSensor to Amazon Provider Package (#46945)
     add 0b2bb20642c Auto-generate the Pydantic datamodels for TaskSDK in 
pre-commit

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   (ef15a421f77)
            \
             N -- N -- N   refs/heads/precommmit-generate-tasksdk-datamodel 
(0b2bb20642c)

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:
 .../contributors_quick_start_codespaces.rst        |   4 +-
 providers/amazon/docs/operators/mwaa.rst           |  30 ++++--
 providers/amazon/provider.yaml                     |   3 +
 .../airflow/providers/amazon/aws/sensors/mwaa.py   | 113 +++++++++++++++++++++
 .../airflow/providers/amazon/get_provider_info.py  |   4 +
 .../amazon/tests/system/amazon/aws/example_mwaa.py |  13 ++-
 .../tests/unit/amazon/aws/sensors/test_mwaa.py     |  75 ++++++++++++++
 .../providers/apache/spark/hooks/spark_submit.py   |  10 +-
 .../unit/apache/spark/hooks/test_spark_submit.py   |  24 +++++
 .../src/airflow/providers/http/sensors/http.py     |   9 +-
 .../http/tests/unit/http/sensors/test_http.py      |  28 +++++
 .../src/airflow/providers/trino/hooks/trino.py     |  34 +++++++
 task_sdk/dev/generate_models.py                    |  12 +++
 .../src/airflow/sdk/execution_time/task_runner.py  |   2 +-
 14 files changed, 344 insertions(+), 17 deletions(-)
 create mode 100644 
providers/amazon/src/airflow/providers/amazon/aws/sensors/mwaa.py
 create mode 100644 providers/amazon/tests/unit/amazon/aws/sensors/test_mwaa.py

Reply via email to