This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch airflow-28-providers-compat-check
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e2adfd5c22 Add Airflow 2.8.0 to providers compatibility checks
add 3e30b3a025 Use celery worker CLI from Airflow package for Airflow <
2.8.0 (#38879)
add 90aa4bb1da Fix typo in templates-ref.rst (#38865)
add 600fe89a22 Enable `assert-raises-exception` rule (`B017`) (#38877)
add 9526296319 Bump tar from 6.1.11 to 6.2.1 in /airflow/www (#38886)
add 4f706d87fc Fix test side effects from TracebackSession (#38885)
add 0af5d923d9 Make _get_ti compatible with RPC (#38570)
add 78e107ceea Add Airflow 2.8.0 to providers compatibility checks
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 (e2adfd5c22)
\
N -- N -- N refs/heads/airflow-28-providers-compat-check
(78e107ceea)
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:
airflow/api_internal/endpoints/rpc_api_endpoint.py | 2 +
airflow/cli/commands/task_command.py | 39 ++++-
airflow/models/taskinstance.py | 1 -
.../providers/celery/executors/celery_executor.py | 16 +-
airflow/serialization/serialized_objects.py | 14 +-
airflow/www/yarn.lock | 13 +-
docs/apache-airflow/templates-ref.rst | 2 +-
kubernetes_tests/test_kubernetes_pod_operator.py | 2 +-
pyproject.toml | 1 +
tests/core/test_settings.py | 35 ++--
tests/hooks/test_package_index.py | 2 +-
tests/jobs/test_scheduler_job.py | 16 +-
tests/providers/amazon/aws/hooks/test_base_aws.py | 6 +-
.../amazon/aws/hooks/test_glue_catalog.py | 4 +-
tests/providers/amazon/aws/links/test_base_aws.py | 2 +-
.../amazon/aws/log/test_s3_task_handler.py | 9 +-
.../amazon/aws/operators/test_emr_serverless.py | 16 +-
.../amazon/aws/utils/test_task_log_fetcher.py | 8 +-
.../google/cloud/operators/test_bigquery.py | 8 +-
.../google/cloud/operators/test_dataproc.py | 14 +-
.../google/common/hooks/test_base_google.py | 16 +-
.../providers/mysql/transfers/test_s3_to_mysql.py | 4 +-
.../plugins/test_openlineage_adapter.py | 2 +-
tests/providers/ssh/hooks/test_ssh.py | 2 +-
tests/serialization/test_dag_serialization.py | 184 +++++++++++----------
25 files changed, 240 insertions(+), 178 deletions(-)