amoghrajesh commented on PR #44341:
URL: https://github.com/apache/airflow/pull/44341#issuecomment-2503813953
> Interesting error. The "get_install_requiresments" is probably not the
best idea to use because it adds escaping to `"` which is needed to produce
"pyproject.toml".
>
> ```
> dependencies = [
> {{- INSTALL_REQUIREMENTS }}
> ]
> ```
>
> Instead you should just use
`PROVIDER_DEPENDENCIES.get(provider_id)["deps"]` @amoghrajesh - that one
returns unescaped dependencies.
>
> (and we do not need to us version suffix - this one is merely used to
filter out extras - so version suffix does not matter).
Oh i see, let me correct that!
--
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]