Skip to content

Commit 4ebef72

Browse files
authored
Remove package version details from SF_PARTNER (#920)
1 parent 022ad9b commit 4ebef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/driver-snowflake.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ snowflake_args <- function(account = Sys.getenv("SNOWFLAKE_ACCOUNT"),
216216
if (nchar(Sys.getenv("SF_PARTNER")) != 0 ){
217217
all$application <- Sys.getenv("SF_PARTNER")
218218
} else {
219-
all$application <- paste0("r-odbc/", packageVersion("odbc"))
219+
all$application <- "r-odbc"
220220
}
221221
}
222222

0 commit comments

Comments
 (0)