stanislav-dombrovskiy-dp commented on issue #23264: URL: https://github.com/apache/superset/issues/23264#issuecomment-2797404967
I used this [doc](https://docs.preset.io/docs/snowflake) `snowflake://<Username>@<Account>/<Database>?role=<Role>&warehouse=<Warehouse>` `{ "auth_method": "keypair", "auth_params": { "privatekey_body": "-----BEGIN ENCRYPTED PRIVATE KEY-----\n...\n...\n-----END ENCRYPTED PRIVATE KEY-----", "privatekey_pass":"my_password" } }` And I get this error: `An error occurred while creating databases: Password was given but private key is not encrypted.` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
