This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4904fbbc5eb Create multi-team related tables. Create team association
with `Variable`, `Connection` and `Pool` (#53946)
add 0df08334cd1 Switch all our prek python hooks to use PEP-723 inline
dependencies (#54917)
No new revisions were added by this update.
Summary of changes:
.github/actions/install-prek/action.yml | 2 +-
.pre-commit-config.yaml | 88 +--------------------
Dockerfile.ci | 2 +-
...iagram_auth_manager_airflow_architecture.md5sum | 2 +-
.../diagram_auth_manager_airflow_architecture.png | Bin 50671 -> 54220 bytes
.../diagram_auth_manager_airflow_architecture.py | 4 +-
.../img/diagram_basic_airflow_architecture.md5sum | 2 +-
.../img/diagram_basic_airflow_architecture.png | Bin 116374 -> 116194 bytes
.../docs/img/diagram_basic_airflow_architecture.py | 4 +-
...agram_dag_processor_airflow_architecture.md5sum | 2 +-
.../diagram_dag_processor_airflow_architecture.png | Bin 240751 -> 237657 bytes
.../diagram_dag_processor_airflow_architecture.py | 4 +-
...diagram_distributed_airflow_architecture.md5sum | 2 +-
.../diagram_distributed_airflow_architecture.png | Bin 174923 -> 192497 bytes
.../diagram_distributed_airflow_architecture.py | 4 +-
.../diagram_multi_team_airflow_architecture.md5sum | 2 +-
.../diagram_multi_team_airflow_architecture.png | Bin 578560 -> 574248 bytes
.../img/diagram_multi_team_airflow_architecture.py | 4 +-
.../docs/img/diagram_task_lifecycle.md5sum | 2 +-
airflow-core/docs/img/diagram_task_lifecycle.png | Bin 604573 -> 529144 bytes
airflow-core/docs/img/diagram_task_lifecycle.py | 4 +-
clients/python/test_python_client.py | 2 +-
dev/breeze/README.md | 2 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 2 +-
.../src/airflow_breeze/utils/workflow_status.py | 2 +-
dev/breeze/uv.lock | 48 +++++------
dev/check_files.py | 6 +-
dev/i18n/check_translations_completeness.py | 4 +-
dev/provider_db_inventory.py | 6 +-
scripts/ci/airflow_version_check.py | 2 +-
scripts/ci/prek/boring_cyborg.py | 8 ++
scripts/ci/prek/breeze_cmd_line.py | 6 ++
scripts/ci/prek/capture_airflowctl_help.py | 7 ++
scripts/ci/prek/check_aiobotocore_optional.py | 8 ++
.../ci/prek/check_airflow_bug_report_template.py | 7 ++
scripts/ci/prek/check_airflow_imports.py | 6 ++
.../ci/prek/check_airflow_v_imports_in_tests.py | 7 +-
.../prek/check_base_operator_partial_arguments.py | 6 ++
scripts/ci/prek/check_common_sql_dependency.py | 8 ++
scripts/ci/prek/check_default_configuration.py | 6 ++
scripts/ci/prek/check_deferrable_default.py | 7 +-
scripts/ci/prek/check_deprecations.py | 8 +-
scripts/ci/prek/check_extra_packages_ref.py | 8 ++
scripts/ci/prek/check_i18n_json.py | 7 +-
scripts/ci/prek/check_imports_in_providers.py | 7 ++
scripts/ci/prek/check_init_decorator_arguments.py | 6 ++
scripts/ci/prek/check_init_in_tests.py | 6 ++
scripts/ci/prek/check_integrations_list.py | 8 ++
scripts/ci/prek/check_kubeconform.py | 8 ++
scripts/ci/prek/check_lazy_logging.py | 7 ++
scripts/ci/prek/check_min_python_version.py | 6 ++
scripts/ci/prek/check_order_dockerfile_extras.py | 6 ++
scripts/ci/prek/check_provider_docs.py | 8 ++
scripts/ci/prek/check_provider_yaml_files.py | 6 ++
.../check_providers_subpackages_all_have_init.py | 6 ++
scripts/ci/prek/check_revision_heads_map.py | 7 ++
scripts/ci/prek/check_sdk_imports.py | 6 ++
.../prek/check_shared_distributions_structure.py | 8 +-
.../ci/prek/check_shared_distributions_usage.py | 8 +-
scripts/ci/prek/check_system_tests.py | 6 ++
.../ci/prek/check_system_tests_hidden_in_index.py | 7 ++
.../check_template_context_variable_in_sync.py | 6 ++
scripts/ci/prek/check_template_fields.py | 6 ++
scripts/ci/prek/check_tests_in_right_folders.py | 6 ++
scripts/ci/prek/check_ti_vs_tis_attributes.py | 7 +-
scripts/ci/prek/checkout_no_credentials.py | 7 ++
scripts/ci/prek/docstring_param_type.py | 6 ++
scripts/ci/prek/generate_airflow_diagrams.py | 8 ++
scripts/ci/prek/generate_openapi_spec.py | 6 ++
scripts/ci/prek/generate_openapi_spec_providers.py | 6 ++
scripts/ci/prek/generate_volumes_for_sources.py | 7 ++
scripts/ci/prek/lint_helm.py | 8 ++
scripts/ci/prek/lint_json_schema.py | 9 +++
scripts/ci/prek/migration_reference.py | 6 ++
scripts/ci/prek/mypy.py | 6 ++
scripts/ci/prek/mypy_folder.py | 6 ++
.../ci/prek/prevent_deprecated_sqlalchemy_usage.py | 6 ++
scripts/ci/prek/replace_bad_characters.py | 6 ++
scripts/ci/prek/ruff_format.py | 7 ++
.../ci/prek/significant_newsfragments_checker.py | 5 +-
scripts/ci/prek/sort_in_the_wild.py | 8 ++
scripts/ci/prek/supported_versions.py | 7 ++
scripts/ci/prek/update_airflow_pyproject_toml.py | 8 ++
scripts/ci/prek/update_breeze_config_hash.py | 6 ++
scripts/ci/prek/update_chart_dependencies.py | 8 ++
scripts/ci/prek/update_er_diagram.py | 6 ++
scripts/ci/prek/update_example_dags_paths.py | 7 ++
scripts/ci/prek/update_providers_build_files.py | 7 ++
scripts/ci/prek/update_providers_dependencies.py | 4 +-
scripts/ci/prek/update_source_date_epoch.py | 7 ++
scripts/ci/prek/update_versions.py | 6 ++
scripts/ci/prek/upgrade_important_versions.py | 9 +++
scripts/ci/prek/validate_chart_annotations.py | 8 ++
scripts/ci/prek/validate_operators_init.py | 7 +-
scripts/ci/prek/vendor_k8s_json_schema.py | 6 ++
scripts/tools/check_if_limited_dependencies.py | 8 ++
task-sdk/pyproject.toml | 2 +-
99 files changed, 499 insertions(+), 160 deletions(-)