When creating a deployment, I have been noticing that the `EXTRA_PIP_PACKAGES` in our deployment.yam...
j
When creating a deployment, I have been noticing that the
EXTRA_PIP_PACKAGES
in our deployment.yaml file are not being picked up in the job_variables in the UI, which is causing issues with dependencies on flow runs
1
Nevermind figured it out. If you pass the
--variable
flag in a deployment command it overrides what you put in the yaml file which makes sense
1