Hi all, I'm trying to update Meltano to the latest...
# troubleshooting
i
Hi all, I'm trying to update Meltano to the latest version (1.87.1), and I stumbled upon a missing ariflow.cfg error. I guess I'm doing something wrong so I decided to check here before opening a ticket in GitLab. I'm gettign an error that says
[Errno 2] No such file or directory: '<meltano-path>/.meltano/run/airflow/airflow.cfg'
. The
AIRFLOW_HOME
and
AIRFLOW_CONFIG
environments are printed in debug mode and point to the correct path. I changed quite a few things in my config - added environements and split the config into different files and though that could be the reason. Then just removed the
include_paths
section plus all custom airflow configuration, but got the same error. I didn't find anyone else having the same error so I guess I'm doing something wrong. Any ideas? P.S.: I also got some minor issues with config splitting, but I prefer to discuss them in GitLab and open a Merge Request.