Skip to content

Commit

Permalink
image test
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Dec 5, 2024
1 parent 0676660 commit ef1ec32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

c.Bake.prune = False
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery"
c.Bake.container_image = "quay.io/leap-stc/rclone-beam:2024.09.24"
# c.Bake.container_image = "quay.io/leap-stc/rclone-beam:2024.09.24"
c.DataflowBakery.use_dataflow_prime = False
c.DataflowBakery.max_num_workers = 10
c.DataflowBakery.machine_type = "n2d-highmem-32"
Expand Down
10 changes: 5 additions & 5 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import apache_beam as beam
from leap_data_management_utils.data_management_transforms import (
CopyRclone,
# CopyRclone,
InjectAttrs,
get_catalog_store_urls,
)
Expand Down Expand Up @@ -56,8 +56,8 @@
| InjectAttrs()
| ConsolidateDimensionCoordinates()
| ConsolidateMetadata()
| CopyRclone(
target=catalog_store_urls["chirps-global-daily"],
remove_endpoint_url="https://nyu1.osn.mghpcc.org/",
)
# | CopyRclone(
# target=catalog_store_urls["chirps-global-daily"],
# remove_endpoint_url="https://nyu1.osn.mghpcc.org/",
# )
)

0 comments on commit ef1ec32

Please sign in to comment.