As title, we can set pypi packages in requirements.txt file and use the command
gcloud beta composer environments update env_name --update-pypi-packages-from-file requirements.txt --location location
to update the cloud composer environment.
But does it support to install custom github repo in requirements.txt? I've tried adding the link like:
pkg_name @ git+ssh://[email protected]/my_account/pkg_repo.git#master
and it doesn't work.
Thanks!
Update: I have a workaround solution is to put the library into plugins. But the best strategy in our case is to install a package from github I think.
dependencies.module
results in an error – Errata