This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch localexecutor-uses-task-sdk
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit c660a892e29 Convert the LocalExecutor to run tasks using new Task SDK
supervisor code
add e81c3bab80f Add fail_on_file_not_exist option to SFTPToS3Operator
(#44320)
add c7992727625 Bump uv to 0.5.5 (#44432)
add 60a38e1e2ee upgrade github/codeql-action/ to v3 (#44435)
add b32ca97bfc9 Suppress JException when get_autocommit and set_autocommit
methods aren't supported on JDBC driver (#43786)
add c5832d9fb8c Added test-case for callable values in path and query
parameters of MSGraphAsyncOperator (#43799)
add 77912f82a6c Remove AIP-44 related CI configuration and workflows
(#44437)
add 933e3cee7d2 Add do_xcom_push documentation in EcsRunTaskOperator
(#44440)
add 14bfe39298a Fix problem with inability to remove fields from
Connection form (#40421)
add 0a136f96cc3 Update Dependency Detector to handle dependencies set via
partial (#42578)
add 335f64c6830 support grouping of log lines for KubernetesPodOperator
(#44428)
add 518d394119a Allow `json_result_force_utf8_encoding` specification in
`providers.snowflake.hooks.SnowflakeHook` extra dict (#44264)
add 5474e56f5cb Upgrading tomli to 2.2.1 as suggsested by CI (#44444)
add d41bc70577c Passing down PR labels to codeql analysis too (#44448)
add ff52d1737ce Get workflow information in codeql workflow (#44450)
new 5a7aca4d69f Convert the LocalExecutor to run tasks using new Task SDK
supervisor code
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 (c660a892e29)
\
N -- N -- N refs/heads/localexecutor-uses-task-sdk (5a7aca4d69f)
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:
.github/actions/install-pre-commit/action.yml | 2 +-
.github/workflows/basic-tests.yml | 6 ----
.github/workflows/ci.yml | 2 --
.github/workflows/codeql-analysis.yml | 12 +++++--
.github/workflows/run-unit-tests.yml | 6 ----
.github/workflows/special-tests.yml | 25 --------------
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
airflow/config_templates/config.yml | 2 +-
airflow/serialization/serialized_objects.py | 26 +++++++++++++++
airflow/utils/helpers.py | 4 +--
airflow/www/views.py | 2 ++
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
.../src/airflow_breeze/params/shell_params.py | 1 -
hatch_build.py | 2 +-
.../airflow/providers/amazon/aws/operators/ecs.py | 2 ++
.../providers/amazon/aws/transfers/sftp_to_s3.py | 12 +++++++
.../providers/cncf/kubernetes/utils/pod_manager.py | 15 +++++++--
providers/src/airflow/providers/jdbc/hooks/jdbc.py | 9 ++---
.../providers/microsoft/azure/operators/msgraph.py | 2 +-
.../airflow/providers/snowflake/hooks/snowflake.py | 17 +++++++++-
.../tests/amazon/aws/transfers/test_sftp_to_s3.py | 37 +++++++++++++++++++++
providers/tests/microsoft/azure/base.py | 1 +
.../microsoft/azure/operators/test_msgraph.py | 32 +++++++++++++++++-
.../tests/microsoft/azure/sensors/test_msgraph.py | 30 +++++++++++++++++
providers/tests/microsoft/conftest.py | 8 ++---
providers/tests/snowflake/hooks/test_snowflake.py | 22 +++++++++++++
pyproject.toml | 2 +-
scripts/ci/install_breeze.sh | 2 +-
scripts/tools/setup_breeze | 2 +-
tests/serialization/test_dag_serialization.py | 38 +++++++++++++++-------
tests/www/views/test_views_connection.py | 26 +++++++++++++++
34 files changed, 277 insertions(+), 80 deletions(-)