Skip to content

Commit

Permalink
Merge pull request #745 from norlandrhagen/add_pyramid_entrypoint_to_…
Browse files Browse the repository at this point in the history
…injection

Adds StoreToPyramid in get_injection_specs
  • Loading branch information
norlandrhagen authored May 14, 2024
2 parents 05621e8 + c95f3fb commit ef47f8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pangeo_forge_recipes/injections.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ def get_injection_specs():
"StoreToZarr": {
"target_root": "TARGET_STORAGE",
},
"StoreToPyramid": {
"target_root": "TARGET_STORAGE",
},
"WriteReference": {
"target_root": "TARGET_STORAGE",
},
Expand Down

0 comments on commit ef47f8d

Please sign in to comment.