You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/26 08:07:00 UTC

[GitHub] [airflow] ashb commented on issue #5479: [AIRFLOW-4850] *_cmd configuration options should interpolate environment variables

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:
users@infra.apache.org


With regards,
Apache Git Services