Anyone familiar with Meltano’s Airflow webserver f...
# troubleshooting
d
Anyone familiar with Meltano’s Airflow webserver failing jobs with an error like:
Copy code
*** Log file does not exist: /Users/dlyons/Documents/brigit-meltano/plaid-transactions/.meltano/run/airflow/logs/meltano_twenty_sixteen/extract_load/2022-01-11T18:00:00+00:00/2.log
*** Fetching from: <http://MacBookPro-C02FL1X3MD6M:8793/log/meltano_twenty_sixteen/extract_load/2022-01-11T18:00:00+00:00/2.log>
*** Failed to fetch log file from worker. [Errno 8] nodename nor servname provided, or not known
That’s it, that’s the whole Airflow task log for
extract_load
n
does anyone have an update on this? Having the same issue
@dave_lyons in my case the problem was, that DAGs were failed to load. Check the Airflow scheduler logs, in my case they were
/project/.meltano/run/airflow/airflow-scheduler.err
which can give you a better idea what is the problem with DAGs.
d
thanks, this was so long ago I don’t recall any details - we ended up not deploying Meltano at the time - but good to know!
n
decided to post, if someone will have the same issue