andrey_tatarinov
06/18/2022, 4:20 PMrequirements.txt
file in transform/
directory.alexander_butler
06/18/2022, 7:41 PMplugins:
orchestrators:
- name: airflow
pip_url: airflow[aws] aws-cli smart_open
This is kind of pseudo code cuz I just typed it on my phone but that's generally how you would do it. pip_url what you would put after pip install.andrey_tatarinov
06/18/2022, 8:07 PMorhestrate
andrey_tatarinov
06/18/2022, 8:10 PMpip_url
is fine but kinda unscalable. Can't see it grow over 5-10 deps.
Hm, I could write -r orchestrate/requirements.txt
in pip_url
Hacky, but might workalexander_butler
06/18/2022, 8:28 PMandrey_tatarinov
06/18/2022, 8:39 PMaaronsteers
06/18/2022, 10:09 PM-r .../requirements.txt
along with other direct references in pip_url
. Very cool - glad to hear this worked! 🔥alexander_butler
06/18/2022, 10:12 PMaaronsteers
06/18/2022, 10:12 PMaaronsteers
06/18/2022, 10:13 PM