baha-bouali opened a new pull request, #70350:
URL: https://github.com/apache/airflow/pull/70350
Fixes the `oracle` provider's entry from the #70296 exemption-list
burn-down: `OracleToOracleOperator` applied a default-value coercion to a
template field inside `__init__`, before Jinja templating runs.
* `OracleToOracleOperator`: `source_sql_params` was defaulted from `None` to
`{}` in `__init__`, against the raw un-rendered value. Moved the default to
`execute()`.
`__init__` now only does a plain assignment; the field-dependent logic runs
in `execute()`, after templating.
Test added covering the fixed behavior.
Related to #70296
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes (please specify the tool below)
Generated-by: Claude (Sonnet) 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]