Hello! I'm getting a weird airflow issue between t...
# docker
m
Hello! I'm getting a weird airflow issue between the default docker image and the
python3.8
image. Specifically when I run
invoke airflow scheduler
on the 3.8 image, I get the following error:
d
@michael_cooper Can you rerun with
--log-level=debug
so that we get some more data?
Before invoking your own Airflow command, Meltano will invoke
airflow --help
in the expectation that it will generate the default
airflow.cfg
at a location that Meltano can then read it from, and modify it with Meltano's own Airflow setting overrides: https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/core/plugin/airflow.py#L47-57
For some reason, that file isn't getting created in your case
I assume you're seeing the same error with
invoke airflow version
? We have a test to verify that one works on all Pythons, so maybe we are looking at something specific to your project: https://gitlab.com/meltano/meltano/-/jobs/870504800#L1230
What
pip_url
are you using for airflow?
m
So I must have been messing something up since it worked in another instance. Sorry for the scare!