Skip to content

Commit

Permalink
Revert unload change
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jan 8, 2025
1 parent 3adf83f commit 508fea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/00-ingest.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suppressPackageStartupMessages({
})

# Adds arrow support to speed up ingest process
noctua_options(unload = FALSE)
noctua_options(unload = TRUE)

# Establish Athena connection
AWS_ATHENA_CONN_NOCTUA <- dbConnect(
Expand Down

0 comments on commit 508fea7

Please sign in to comment.