I’m having trouble running `invoke airflow` inside...
# docker
a
I’m having trouble running
invoke airflow
inside Docker... any ideas?
Copy code
$ docker run -e AIRFLOW__CORE__SQL_ALCHEMY_CONN=<postgres://postgres:xxxxxxx@localhost:54321/airflow> my-docker-image invoke airflow info
'StrictVersion' object has no attribute 'version'
It runs as expected when I remove the
AIRFLOW__CORE__SQL_ALCHEMY_CONN
env var.
d
@aaron Great! Can you please file an issue for this? We should print a more useful error message