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 parses them properly - but unfortunately SqlAlchemy doesn't 
recognize some of the newer or more complex arguments, e.g. there's `ssl_ca`, 
but no `ssl_checkhostname`.

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


With regards,
Apache Git Services

Reply via email to