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/10/31 16:51:40 UTC

[GitHub] [airflow] ZxMYS edited a comment on issue #6478: [AIRFLOW-XXXX] Expose SQLAlchemy's connect_args and make it configurable

ZxMYS edited a comment on issue #6478: [AIRFLOW-XXXX] Expose SQLAlchemy's connect_args and make it configurable
URL: https://github.com/apache/airflow/pull/6478#issuecomment-548467188
 
 
   @kaxil  user can not pass in a dict in connection string, which is needed if we want to set `ssl = { check_hostname: False }` for pymysql.
   Passing arguments in connection string only works if SqlAlchemy recognizes the arguments and parse them properly - but unfortunately SqlAlchemy doesn't recognize some of the newer or more complex arguments.

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