Codingaditya17 commented on PR #67673: URL: https://github.com/apache/airflow/pull/67673#issuecomment-4570010026
The failing checks appear unrelated to this backport. This PR only changes `airflow-core/src/airflow/models/taskinstance.py`. The current failures are in unrelated areas: - OTEL integration tests under `airflow-core/tests/integration/otel/test_otel.py` - Static check failure in `providers/edge3/src/airflow/providers/edge3/executors/edge_executor.py` - `generate-openapi-spec` modifying generated files 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]
