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 2022/02/18 00:13:55 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #21657: Using AIRFLOW__CORE__SQL_ALCHEMY_CONN_CMD inserts \n at end of connection string

mik-laj edited a comment on issue #21657:
URL: https://github.com/apache/airflow/issues/21657#issuecomment-1043664965


   A new line is added by credstash. Please look at:
   https://github.com/fugue/credstash/blob/df24f9189e843e0cdc700c015ee4f37fbd35dc40/credstash.py#L542-L543
   
   You should set the environment variable as follow:
   ```
   export AIRFLOW__CORE__SQL_ALCHEMY_CONN_CMD='credstash get --noline example_airflow_conn_string '
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org