aaron
03/31/2021, 8:03 AMinvoke airflow
inside Docker... any ideas?
$ 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.aaron
03/31/2021, 8:33 AMpip_url
fixed it!
https://meltano.com/docs/production.html#airflow-orchestratordouwe_maan
03/31/2021, 5:03 PM