Codingaditya17 commented on PR #67673: URL: https://github.com/apache/airflow/pull/67673#issuecomment-4581242931
The current failing static checks appear unrelated to this backport. This PR only changes `airflow-core/src/airflow/models/taskinstance.py`. The static check failure is from `providers/edge3/src/airflow/providers/edge3/executors/edge_executor.py`, and the OpenAPI hook is generating a change in `airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml`. Neither file is touched by this PR. The integration failure is also in OTEL tests under `airflow-core/tests/integration/otel/test_otel.py`. I verified the changed file locally with: `uv run ruff check airflow-core/src/airflow/models/taskinstance.py` and it passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
