How should I go about debugging this: ```meltano.c...
# troubleshooting
d
How should I go about debugging this:
Copy code
meltano.core.error.AsyncSubprocessError: Command `airflow version` failed
Meltano v2.2 Airflow v2.1.2
a
So any airflow invocation is secretly running initdb command. So likely it is failing there. I thought I mentioned it would be beneficial to make that logic more apparent because digging it out was hard.
d
Good call!
I recall challenges previously related to
initdb
and Airflow v2, but it worked great on v1