shahar1 opened a new pull request, #67916:
URL: https://github.com/apache/airflow/pull/67916

   Backport of #66513 to `v3-2-test`.
   
   `StackdriverRemoteLogIO` was introduced in #65198, which was already 
backported to this branch. This follow-up PR — which wires 
`airflow_local_settings.py` to use it — was accidentally missed.
   
   Without this patch, the `stackdriver://` branch still uses the old 
`DEFAULT_LOGGING_CONFIG["handlers"].update(STACKDRIVER_REMOTE_HANDLERS)` 
approach with a string `StackdriverTaskHandler` class reference, while every 
other provider on this branch uses the `REMOTE_TASK_LOG = <RemoteLogIO>()` 
pattern. The old approach is incompatible with how the task handler now expects 
remote IO to be configured.
   
   Cherry-picked cleanly from `46845a1ed2` (merge commit for #66513 on `main`).
   
   closes: #66513 (backport)
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Sonnet 4.6)
   
   Generated-by: Claude Code (Sonnet 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]

Reply via email to