StarRocks / dbt-starrocks

dbt-starrocks contains all of the code enabling dbt to work with StarRocks
10 stars 4 forks source link

Add support for different ssl_mode options #36

Closed Hatlassian closed 3 months ago

Hatlassian commented 3 months ago

I am running mysql-proxy in front of my starrocks FE nodes with SSL mode required.

This PR adds support for specifying ssl mode for mysql-connector-python so that I can connect with the equivalent of SSL_MODE=REQUIRED.

Example configs here: https://stackoverflow.com/questions/60285240/is-there-a-way-to-emulate-ssl-mode-preferred-in-pymysql

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.