Skip to content

Commit

Permalink
Merge pull request #14 from panukatan/dev
Browse files Browse the repository at this point in the history
cue dam level workflow to always
  • Loading branch information
ernestguevarra authored Apr 19, 2024
2 parents 8f28de2 + 0d12a86 commit f535aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _targets_dam.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data_targets <- tar_plan(
tar_target(
name = dam_level_data,
command = dam_get_level(.url = dam_level_url),
cue = tar_cue("always")
),
### Output dam level data as CSV ----
tar_target(
Expand Down

0 comments on commit f535aaa

Please sign in to comment.