This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a9fd899283a AIP-67 - Multi-team: Per team executor config (#57910)
add 4d596bcd08b Enable ruff PLW2101,PLW2901,PLW3301 rule (#57700)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/routes/public/dag_run.py | 6 +--
.../api_fastapi/core_api/services/public/pools.py | 4 +-
.../core_api/services/public/variables.py | 6 ++-
.../src/airflow/dag_processing/collection.py | 4 +-
.../src/airflow/executors/executor_loader.py | 10 +++--
.../src/airflow/jobs/scheduler_job_runner.py | 2 +-
airflow-core/src/airflow/models/pool.py | 13 +++---
airflow-core/src/airflow/serialization/serde.py | 51 ++++++++++++----------
.../airflow/serialization/serialized_objects.py | 15 ++++---
.../unit/cli/commands/test_connection_command.py | 6 +--
airflow-core/tests/unit/cli/test_cli_parser.py | 22 +++++-----
.../tests/unit/core/test_impersonation_tests.py | 5 +--
airflow-core/tests/unit/models/test_cleartasks.py | 4 +-
airflow-core/tests/unit/models/test_dagrun.py | 6 +--
.../tests/unit/plugins/test_plugin_ignore.py | 8 ++--
chart/docs/conf.py | 5 +--
dev/airflow-license | 4 +-
.../commands/release_management_commands.py | 6 +--
dev/breeze/src/airflow_breeze/global_constants.py | 6 +--
.../airflow_breeze/utils/add_back_references.py | 4 +-
.../utils/constraints_version_check.py | 4 +-
.../src/airflow_breeze/utils/gh_workflow_utils.py | 8 ++--
.../utils/projects_google_spreadsheet.py | 4 +-
dev/chart/build_changelog_annotations.py | 4 +-
dev/check_files.py | 6 +--
.../src/sphinx_exts/operators_and_hooks_ref.py | 4 +-
.../src/sphinx_exts/substitution_extensions.py | 4 +-
.../tests_common/_internals/forbidden_warnings.py | 4 +-
.../airflow/providers/amazon/aws/hooks/athena.py | 8 +++-
.../amazon/aws/secrets/secrets_manager.py | 7 ++-
.../amazon/aws/transfers/dynamodb_to_s3.py | 4 +-
.../providers/amazon/aws/transfers/sql_to_s3.py | 7 ++-
.../amazon/aws/executors/ecs/test_ecs_executor.py | 9 ++--
.../unit/amazon/aws/hooks/test_hooks_signature.py | 8 ++--
.../aws/operators/test_sagemaker_processing.py | 6 +--
.../aws/operators/test_sagemaker_transform.py | 6 +--
.../airflow/providers/apache/beam/hooks/beam.py | 4 +-
.../airflow/providers/apache/hive/hooks/hive.py | 29 ++++++------
.../providers/apache/spark/hooks/spark_submit.py | 8 ++--
.../providers/databricks/hooks/databricks_sql.py | 2 +-
.../databricks/sensors/databricks_partition.py | 7 +--
.../airflow/providers/docker/operators/docker.py | 4 +-
.../unit/elasticsearch/log/elasticmock/__init__.py | 5 +--
.../auth_manager/api_endpoints/user_endpoint.py | 4 +-
.../fab/auth_manager/security_manager/override.py | 11 +++--
.../auth_manager/cli_commands/test_role_command.py | 4 +-
.../auth_manager/cli_commands/test_user_command.py | 4 +-
.../providers/google/cloud/hooks/bigquery.py | 12 +++--
.../providers/google/cloud/operators/translate.py | 4 +-
.../providers/google/cloud/transfers/sql_to_gcs.py | 16 +++----
.../google/suite/transfers/sql_to_sheets.py | 9 ++--
.../providers/mysql/transfers/vertica_to_mysql.py | 6 +--
.../src/airflow/providers/openlineage/utils/sql.py | 8 ++--
.../providers/postgres/dialects/postgres.py | 4 +-
pyproject.toml | 3 ++
.../ci/prek/check_common_compat_lazy_imports.py | 2 +-
scripts/ci/prek/check_provider_version_compat.py | 7 ++-
scripts/ci/prek/sort_in_the_wild.py | 8 ++--
.../in_container/install_airflow_and_providers.py | 8 ++--
.../in_container/run_capture_airflowctl_help.py | 4 +-
task-sdk/src/airflow/sdk/bases/operator.py | 6 +--
task-sdk/src/airflow/sdk/execution_time/context.py | 18 ++++----
.../task_sdk/execution_time/test_task_runner.py | 8 ++--
63 files changed, 260 insertions(+), 225 deletions(-)