great-branch-515
09/13/2022, 9:15 AM(pymysql.err.OperationalError) (3159, 'Connections using insecure transport are prohibited while --require_secure_transport=ON.')
(Background on this error at: <http://sqlalche.me/e/13/e3q8>) due to
'(3159, 'Connections using insecure transport are prohibited while --require_secure_transport=ON.')'.
Any idea?great-branch-515
09/13/2022, 10:01 AMsource:
type: mysql
config:
sqlalchemy_uri: <mysql+pymysql://datahub>:${DATAHUB_MYSQL_PASSWORD}@<db-url>:3306/datahub?ssl_ca=mysql-ssl-ca-cert.pem&ssl_verify_cert=false
sink:
type: "datahub-rest"
config:
server: 'https://<datahub-gms>'