Skip to content

Commit

Permalink
setting upstream to many tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Sep 5, 2024
1 parent 6d4ac9a commit d1c6a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/meteorologia/radar/mendanha/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
combined_radar = combine_radar_files(radar_files)
grid_shape, grid_limits = get_radar_parameters(combined_radar)
radar_2d = remap_data(combined_radar, RADAR_PRODUCT_LIST, grid_shape, grid_limits)
download_files_storage.set_upstream(files_on_storage_list)
combine_radar_files.set_upstream(radar_files)
get_radar_parameters.set_upstream(combined_radar)
remap_data.set_upstream(grid_shape)
Expand Down

0 comments on commit d1c6a2a

Please sign in to comment.