Hi Guys, I'm struggling with Airflow, when I reque...
# troubleshooting
d
Hi Guys, I'm struggling with Airflow, when I request a list of dags with
meltano invoke airflow dags list
I get the one I created:
Copy code
dag_id                                         | filepath                 | owner   | paused
===============================================+==========================+=========+=======
meltano_hourly-googleads_tap-googleads-mongodb | meltano_dag_generator.py | airflow | None
u
@dashiq_team I'm not exactly sure whats going on but I've seen a few others run into issues recently using the
transformer
instead of the
utility
. Which one are you using? We've recently switched to recommending utilities instead of transformers. Can you try installing as the utility following the hub instructions https://hub.meltano.com/utilities/airflow
d
I'm using utility, it works now, I manually upgraded to airflow 2.6.1 and the run
meltano invoke airflow sync-perm
I'm not sure which one of the two did the trick but I can see the DAGs now
Thanks Pat!