r-dbi / odbc

Connect to ODBC databases (using the DBI interface)
https://odbc.r-dbi.org/
Other
387 stars 107 forks source link

transition to JWT for snowflake authentication #818

Closed simonpcouch closed 2 months ago

simonpcouch commented 2 months ago

Folks working on the Snowflake integration at Posit recently transitioned to a different auth system for our dev instance. This PR sets up auth via JWT using a repository secret SNOWFLAKE_PRIVATE_KEY.

This should be enough to once again get CI passing. :)

simonpcouch commented 2 months ago

Installation error on R 3.6 is unrelated and can be replicated on main.

simonpcouch commented 2 months ago

All green!✅