inbo / alien-species-portal

Portal for alien and invasive species indicators
MIT License
0 stars 0 forks source link

Run github workflows for uploading data #99

Closed mvarewyck closed 1 month ago

mvarewyck commented 4 months ago
          > retrying https://github.com/inbo/aspbo/actions/runs/9188396008

Failed again but with a different error:

Error in parse_aws_s3_response(r, Sig, verbose = verbose) : 
  Not Found (HTTP 404).
Calls: source ... save_object -> s3HTTP -> parse_aws_s3_response -> <Anonymous>
In addition: Warning messages:
1: replacing previous import ‘ggplot2::last_plot’ by ‘plotly::last_plot’ when loading ‘alienSpecies’ 
2: replacing previous import ‘data.table::dcast’ by ‘reshape2::dcast’ when loading ‘alienSpecies’ 
3: replacing previous import ‘data.table::melt’ by ‘reshape2::melt’ when loading ‘alienSpecies’ 
Execution halted
Error: Process completed with exit code 1.

Originally posted by @SanderDevisscher in https://github.com/inbo/alien-species-portal/issues/74#issuecomment-2124392680

mvarewyck commented 4 months ago

I've triggered the workflow again but still fails Now it complains not having access to the file full_timeseries.parquet which should be there from this run

@TheJenne18 can you please give me read access to the PRD bucket?

mvarewyck commented 4 months ago

I can now read from the PRD bucket

@SanderDevisscher the way the workflow scripts are set up they will work on uat and prd branch, not on the other branches. If we want it to work on the other branches they should have read & write access to the uat branch which is maybe not the desired behavior. Maybe we can give them just read access, but then still the scripts might sometimes fail because they cannot write the latest data and proceed from there.