kk
02/06/2023, 12:10 PMmeltano elt
. What's the suggested way to use python environments on airflow? I looked at pythonvirtualenv operator.. but, that creates and destroys env every time. Which does not seem to be optimal. Is there any other way to have a separate env with Meltano that I can use for specific DAG's? Sorry if this question does not belong to this channel.Will Da Silva (Arch)
02/06/2023, 1:47 PMkk
02/06/2023, 2:17 PMpat_nadolny
02/06/2023, 3:55 PMkk
02/06/2023, 3:56 PMmeltano==2.15.1
in requirements.txt of https://github.com/aws/aws-mwaa-local-runner and test it(./mwaa-local-env test-requirements
) it fails.kk
02/06/2023, 3:57 PMpat_nadolny
02/06/2023, 3:59 PMkk
02/06/2023, 4:00 PMThe conflict is caused by:
meltano 2.15.1 depends on werkzeug<=2.1.3 and >=2.1
The user requested (constraint) werkzeug==2.2.2
I did try to edit these to loosen the versions.. but, its been a lot of work and yet, I keep getting one or other conflictkk
02/06/2023, 4:01 PM