Sagargupta16 commented on PR #63109:
URL: https://github.com/apache/airflow/pull/63109#issuecomment-4107204133
@eladkal Addressed all your review feedback:
1. **Removed `operation` from `template_fields`** -- now only
`("object_name", "payload", "external_id_field")`
2. **Moved `_validate_inputs()` back to `__init__`** -- validation runs at
construction time again
3. **Updated tests** -- validation tests assert at `__init__` time, template
rendering test uses a concrete `operation` value
4. **Rebased onto latest `main`** and squashed into a single clean commit
The PR is now minimal: adds `template_fields` + two test methods
(`test_template_fields` and `test_template_rendering`). No behavioral changes
to validation.
--
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]