Hi all, I'm trying to get airflow integrated into ...
# troubleshooting
m
Hi all, I'm trying to get airflow integrated into meltano for orchestrating and want to use an external postgres database (which meltano is also using for it's system database). I've started down the "utility" path to try to keep it in meltano, but am having difficulty getting the sqlalchemy uri to recognize the postgres and psycopg link. (Error is sqlalchemy can't load plugin for postgres.psycopg when I try to "meltano invoke airflow:initialize".) Is the "utility" the right way to go, or should I setup airflow externally and connect that to my meltano environment? Thanks!
e
I think going with an externally set up Airflow is best to avoid having to work around Meltano settings management