I am trying to create storage plugin for snowflake and am getting Please retry: error (unable to create/ update storage) error. JDBC connection and credentials are verified outside of drill.
Using following storage configuration. Any advice would be helpful.
{
"type": "jdbc",
"driver": "net.snowflake.client.jdbc.SnowflakeDriver",
"url": "jdbc:snowflake://<SNOWFLAKE_URL>",
"username":
"password":
"enabled": true
}
