SamWheating commented on issue #33694: URL: https://github.com/apache/airflow/issues/33694#issuecomment-1692228383
> I wonder if it might be possible to prevent the renderer from attempting to load a file for named keys in configuration; in this case destinationUris. I think that this would get pretty complicated pretty fast, as a dict argument like `configuration` has no enforced structure, so we'd need some jq-like way of indicating which maybe-present fields should and should not be subjected to templating. Additionally, we'd have to be really specific to only disable this on fields in which we know a user would never ever want to apply this sort of formatting. I think in the case of `destinationURI` (which accepts a list of URIs) there is a possible use-case for using a `.json` file rather than an inlined list of strings so I wouldn't want to disable this templating feature for everyone. Thoughts? -- 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]
