Skip to content

Commit

Permalink
modify dataflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Sep 23, 2024
1 parent 3fdcb93 commit 313de91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
4 changes: 2 additions & 2 deletions configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
repo_path = os.environ['GITHUB_REPOSITORY']
FEEDSTOCK_NAME = repo_path.split('/')[-1]

c.Bake.prune = 1
c.Bake.prune = False
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery"
c.DataflowBakery.use_dataflow_prime = True
c.DataflowBakery.max_workers = 50
c.DataflowBakery.max_workers = 1
c.DataflowBakery.use_public_ips = True
c.DataflowBakery.service_account_email = (
"[email protected]"
Expand Down
21 changes: 4 additions & 17 deletions feedstock/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
title: "LEAP Data Library Prototype"
title: "transfer test"
description: >
A prototype test for the LEAP Data Library refactor
recipes:
- id: "small"
object: "recipe:small"
- id: "large"
object: "recipe:large"
provenance:
providers:
- name: "Julius"
description: "Just a guy testing some recipes. Nothing to see here."
roles:
- producer
- licensor
license: "Just a Test"
maintainers:
- name: "Julius Busecke"
orcid: "0000-0001-8571-865X"
github: jbusecke
- id: "transfer"
object: "recipe:transfer"

0 comments on commit 313de91

Please sign in to comment.