This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch remove-pluggable-task-runner-and-cgroup-runner in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 629c8eb019 Remove pluggable TaskRunners concept add 4fcbeb5801 Remove redundant functions in `airflow.utils.dates` (#43533) add 80f5c6f4cf [TRACES][OTEL] allow otel_debugging_on to emit traces to otel host (#43500) add cc95d0531c Remove pluggable TaskRunners concept 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 (629c8eb019) \ N -- N -- N refs/heads/remove-pluggable-task-runner-and-cgroup-runner (cc95d0531c) 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/cli/commands/task_command.py | 3 +- airflow/traces/otel_tracer.py | 25 +++--- airflow/utils/dates.py | 100 --------------------- newsfragments/43533.significant.rst | 8 ++ .../api_endpoints/test_xcom_endpoint.py | 4 +- .../tests/system/amazon/aws/example_mongo_to_s3.py | 2 +- .../common/sql/example_sql_column_table_check.py | 4 +- .../system/common/sql/example_sql_execute_query.py | 2 +- .../api_connexion/endpoints/test_xcom_endpoint.py | 26 +++--- tests/api_connexion/schemas/test_xcom_schema.py | 10 +-- tests/cli/commands/test_task_command.py | 2 +- tests/models/test_dagbag.py | 2 +- tests/utils/test_dates.py | 36 -------- 13 files changed, 47 insertions(+), 177 deletions(-) create mode 100644 newsfragments/43533.significant.rst delete mode 100644 tests/utils/test_dates.py