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

   `HttpOperator` and `HttpSensor` currently do not include `http_conn_id` in 
`template_fields`, so Jinja templates used for HTTP connection IDs are not 
rendered.
   
   This PR updates the HTTP provider and:
   
   - Adds `http_conn_id` to `template_fields` for `HttpOperator`
   - Adds `http_conn_id` to `template_fields` for `HttpSensor`
   - Marks `http_conn_id` as templated in the corresponding docstrings
   - Adds tests for templating `http_conn_id` in both classes
   - Leaves `HttpNotifier` unchanged because it already includes `http_conn_id` 
in `template_fields`
   
   related: #35259
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [x] Yes — Cursor (Grok)
   
   Generated-by: Cursor (Grok) 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