Skip to content

Commit

Permalink
Create snowflake.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilsingh authored Oct 4, 2024
1 parent 0999e65 commit b5103b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/snowflake.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
con <- DBI::dbConnect(odbc::odbc(),
Driver = "Snowflake",
Server = "REDACTED",
UID = "REDACTED",
Database = "REDACTED",
Warehouse = "DEFAULT_WH",
Authenticator = EXTERNALBROWSER

0 comments on commit b5103b5

Please sign in to comment.