bright-optician-47994
03/16/2026, 3:34 PMA password must be specified. Snowflake will probably deprecate the password sign-ins soon. So I am wondering if there is a plan to get this done. I should mention configuring the connection via the UI and using the keypair worked out.bright-optician-47994
03/18/2026, 1:47 PMdatasources:
warehouse:
type: snowflake
name: Snowflake
params:
account: ...
username: ...
database: ...
schema: ...
role: ...
warehouse: ...
authMethod: "key-pair"
privateKey: "-----BEGIN PRIVATE KEY-----snowflake_private_key-----END PRIVATE KEY-----"