keemgdeok opened a new pull request, #72883: URL: https://github.com/apache/airflow/pull/72883
`RedisPublishOperator` currently does not include `redis_conn_id` in `template_fields`, so Jinja templates used for Redis connection IDs are not rendered. This PR adds `redis_conn_id` to `RedisPublishOperator.template_fields`, marks it as templated in the operator documentation, and adds a regression test for the rendered value. related: #35259 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-6 and GPT-5) Generated-by: Codex (GPT-6 and GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) --- Drafted-by: Codex (GPT-6 and GPT-5) (no human review before posting) -- 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]
