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 cc9aa8a commit b583700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/generate_forecast_score_arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ generate_forecast_score_arrow <- function(targets_df,
vars <- arrow_env_vars()
message(bucket)
message(endpoint)
message(Sys.getenv("AWS_DEFAULT_REGION"))
output_directory <- arrow::s3_bucket(bucket = bucket,
endpoint_override = endpoint)
endpoint_override = endpoint,
region = "")
on.exit(unset_arrow_vars(vars))
}else{
if(is.null(local_directory)){
Expand Down

0 comments on commit b583700

Please sign in to comment.