potiuk commented on PR #44341:
URL: https://github.com/apache/airflow/pull/44341#issuecomment-2503702548
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.
--
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]