Skip to content

Commit

Permalink
Update generate_forecast_score_arrow.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas authored Sep 20, 2024
1 parent 62f1c13 commit 8038256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/generate_forecast_score_arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ generate_forecast_score_arrow <- function(targets_df,
message(bucket)
message(endpoint)
message(Sys.getenv("AWS_DEFAULT_REGION"))
options(cloudyr.aws.allow_empty_region = TRUE)
output_directory <- arrow::s3_bucket(bucket = bucket,
endpoint_override = endpoint,
region = "")
Expand Down

0 comments on commit 8038256

Please sign in to comment.