Skip to content

Commit

Permalink
nasa_weather_pre_transformed needs to be tracked as a local file
Browse files Browse the repository at this point in the history
  • Loading branch information
emmamendelsohn committed Oct 12, 2023
1 parent 84f441b commit ac85405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,10 @@ dynamic_targets <- tar_plan(
# remove dupes due to having overlapping country bounding boxes
# save as arrow dataset, grouped by year
tar_target(nasa_weather_pre_transformed, preprocess_nasa_weather(nasa_weather_downloaded,
nasa_weather_directory_pre_transformed)),

nasa_weather_directory_pre_transformed),
format = "file",
repository = "local"),

# project to the template and save as arrow dataset
tar_target(nasa_weather_transformed,
transform_nasa_weather(nasa_weather_pre_transformed,
Expand Down

0 comments on commit ac85405

Please sign in to comment.