brachipa edited a comment on pull request #9396:
URL:
https://github.com/apache/incubator-superset/pull/9396#issuecomment-637577258
Hi,
I know that this PR is already closed, but may I just raise issue if I can?
I can't configure db connection with cert, it gave me exception:
```
ERROR:superset.views.core:Unexpected error connect() got an unexpected
keyword argument 'ssl_verify_cert'
```
I see in your code that you set in this field, the cert path. and I print
the path into the logs and see the correct file name,I also check, and this
file is saved in my file system.
(also setting this, doesn't really help, it gives same error, seems like you
ignore that property
`"engine_params": {"connect_args": {"scheme": "https", "ssl_verify_cert":
false}}`
So why does it fail? seems like something sqlalchemy.
Any idea?
(LMK if you prefer to open issue on it)
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]