generated from leap-stc/LEAP_template_feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump dataflow config, pin gcsfs, only storetozarr
- Loading branch information
1 parent
eb9bd01
commit bcf0561
Showing
3 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery" | ||
c.Bake.container_image = "quay.io/leap-stc/rclone-beam:2024.09.24" | ||
c.DataflowBakery.use_dataflow_prime = False | ||
c.DataflowBakery.machine_type = "n2d-highmem-8" | ||
c.DataflowBakery.max_num_workers = 10 | ||
c.DataflowBakery.machine_type = "n2d-highmem-2" | ||
c.DataflowBakery.max_num_workers = 30 | ||
c.DataflowBakery.use_public_ips = True | ||
c.DataflowBakery.service_account_email = ( | ||
"[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pangeo-forge-recipes==0.10.7 | ||
apache-beam[gcp]==2.58.0 | ||
gcsfs | ||
gcsfs==2024.9.0 | ||
leap-data-management-utils[pangeo-forge] @ git+https://github.com/leap-stc/leap-data-management-utils.git@rclone-copy-stage | ||
# leap-data-management-utils==0.0.12 | ||
pyopenssl >= 23.2.0 |