yuseok89 commented on issue #11323: URL: https://github.com/apache/airflow/issues/11323#issuecomment-3840911465
There are cases where extreme misuse isn't defended against, and defensive logic and exception branches can make the code harder to maintain. Still, users who are already using the operator in a "misuse" way (e.g. bucket-to-bucket transfer with many files) could suddenly run into the XCom limit once we start returning destination URIs. In my view, if those users are to be considered, something like `return_destination_uris` with a default of `False` could be one option. It would keep the default safer (no large return value) while still allowing callers who need the list to opt in. -- 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]
