Skip to content

Commit 3a289af

Browse files
authored
snowflake: fixup db specific connector (#937)
1 parent 032d860 commit 3a289af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/driver-snowflake.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ snowflake_simba_config <- function(driver) {
290290
)
291291
return(list(
292292
path = list.files(
293-
simba_config_dirs(driver),
293+
common_dirs,
294294
pattern = "snowflake(odbc)?\\.ini$",
295295
full.names = TRUE),
296296
url = URL

R/odbc-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
## usethis namespace: end
1414
NULL
1515

16-
utils::globalVariables(c("attribute", "name", "simba_config_dirs"))
16+
utils::globalVariables(c("attribute", "name"))

0 commit comments

Comments
 (0)