In which python environment all the airflow utilit...
# troubleshooting
d
In which python environment all the airflow utility file is installed. I hoped it might be .meltano/utilities/airflow but the airflow instance running from there and running from meltano is completely different. Help me with this
e
How did you confirm it "is completely different"?
d
well i run the airflow from both of the environment : one with the meltano invoke airflow shceduler and other with activating the environment where utility is installed and found out the dags , users , schedulers which were completely different.
e
Meltano injects the configuration at run time when you call
meltano invoke
.
So the Airflow db, for example, might point to something else when you invoke the executable directly
d
which airflow db does meltano use ? having configured user role previously with meltano , I had to reconfigure this when running this under utility environment.
e
You might wanna read through https://hub.meltano.com/utilities/airflow/
d
there is not any detailed info about this here