haseebmalik18 opened a new pull request, #70449:
URL: https://github.com/apache/airflow/pull/70449
`source_object`, `source_objects`, and `delimiter` on `GCSToGCSOperator` are
template fields, so Jinja renders them after `__init__` runs. The
wildcard/delimiter deprecation warnings were emitted in `__init__`, so they
checked the raw `{{ ... }}` expressions instead of the rendered values. This
moves them into a helper that runs at the start of `execute()`.
Part of #70296.
---
--
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]