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

   ## Summary
   - Add `template_fields` to `SalesforceApexRestOperator` to enable Jinja 
templating for `endpoint`, `method`, and `payload` parameters — matching the 
pattern used in `SalesforceBulkOperator`
   - Expand test coverage from 1 test to 8, covering all HTTP methods (GET, 
PUT, DELETE, PATCH), default method verification, xcom push disabled behavior, 
and template_fields validation
   
   ## Test plan
   - [x] All 8 tests pass: `pytest 
tests/unit/salesforce/operators/test_salesforce_apex_rest.py -v`
   - [x] Follows existing test patterns from `test_bulk.py`
   - [x] No changes to existing operator behavior
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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