ashb commented on issue #5479: [AIRFLOW-4850] *_cmd configuration options should interpolate environment variables URL: https://github.com/apache/airflow/pull/5479#issuecomment-505768027 The way this is done feels like it would cause problems if there is a space in the environment var it expands. A workaround would be to set the command as ``` sql_alchemy_conn_cmd = bash -c 'echo ${POSTGRES_HOST}:${POSTGRES_PASSWORD}@postgres.com' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
