- Log in to post comments
User bio
404 bio not found
Member since
Posts:
Elvin has not published any posts yet.
Replies:
Certifications & Credly badges:
Elvin has no Certifications & Credly badges yet.
Followers:
Elvin has no followers yet.
Following:
Elvin has not followed anybody yet.
@Eduard Lebedyuk - we're looking to start this in 2026. Is there any documentation around this? From what I've seen in my research, it looks like it's as easy as just using the DSN setting. I have not tried it yet. But, I'm planning to try it this way in my Business Operation:
DSN = jdbc:snowflake://<account_identifier>?
user=<your_username>&
authenticator=SNOWFLAKE_JWT;&
privateKeyPath=<path_to_your_private_key_file_in_filesystem>&
privateKeyPassphrase=<your_passphrase>&
warehouse=<your_warehouse>&
db=<your_database>&
schema=<your_schema>&
role=<your_role>