potiuk opened a new pull request, #65201: URL: https://github.com/apache/airflow/pull/65201
Backport of #64364 to `v3-2-test`. This is a prerequisite for #65003 (backport of #64764), which cherry-picked `airflow_local_settings.py` to import `OpensearchRemoteLogIO` — but the class itself only exists in the opensearch provider after #64364. Without this backport, mypy on `v3-2-test` fails with: ``` airflow-core/src/airflow/config_templates/airflow_local_settings.py:337: error: Module "airflow.providers.opensearch.log.os_task_handler" has no attribute "OpensearchRemoteLogIO" [attr-defined] ``` Cherry-picked cleanly from `4b0e876b470`. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Opus 4.6 Generated-by: Claude Opus 4.6 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
