-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set ssl and sslverifcation to catalog or db credentials #801
Comments
Hi @Soufraz, thanks for reaching out! |
Params Ive tried:
|
Under the hood we use pandas |
I cant only connect in this way on trino and I didnt found how to pass things like _http_session.verify and auth in kedro catalogs.
|
For now I built a custom dataset. Thanks. |
@Soufraz we're always happy to accept PRs if you'd like to contribute a |
I can try. Hahaha. I'll send until the end of this week. |
Description
Connect into a trino/presto db using catalog and credential file.
In datagrip and dbeaver I can connect only with two params:
SSL=True
SSLVerification=NONE
I am trying to find out how to fill this params in catalog definition or credentials file.
When I add to con url the pipeline not even start to run.
Context
Id like to get data using catalogs through trino/presto. I installed sqlalchemy-trino and change the con url to trino://
But to connect in database I need to set ssl params even in datagrip or dbeaver.
Then I am trying to find out how to pass this params in credentials con.
I tried ssl, ssl_context, ssl_verification and a few more but any param that I add I get an error of not recognized params.
Your Environment
sqlalchemy==1.4.15
sqlalchemy-trino==0.3.0
psycopg2-binary
The text was updated successfully, but these errors were encountered: