Skip to content

Commit

Permalink
updating s3 file name for targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Dec 21, 2023
1 parent 2a108d5 commit da3287f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion challenge_configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ target_metadata_gsheet: https://docs.google.com/spreadsheets/d/10YTX9ae_C1rFdLgE
targets_thumbnail: 'https://raw.githubusercontent.com/eco4cast/neon4cast-ci/main/catalog/thumbnail_plots/neon_stream.jpg'
targets_thumbnail_title: 'Test Image'
targets_path: 'catalog/targets/'
##
# to here
targets_file_name: 'river-chl-targets.csv.gz'
challenge_url: https://projects.ecoforecast.org/usgsrc4cast-ci
github_repo: eco4cast/usgsrc4cast-ci
target_groups:
Expand Down
2 changes: 1 addition & 1 deletion targets/_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ list(
push_to_s3(
config = config,
local_file_name = all_historic_data_csv,
s3_file_name = "aquatics-targets.csv.gz")
s3_file_name = config$targets_file_name)
)

)
Expand Down

0 comments on commit da3287f

Please sign in to comment.