Skip to content

Commit

Permalink
Update config_dataflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Apr 22, 2024
1 parent 2a9eae3 commit c531d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/config_dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
repo_path = os.environ['GITHUB_REPOSITORY']
FEEDSTOCK_NAME = repo_path.split('/')[-1]

c.Bake.prune = 1
c.Bake.prune = 0
c.Bake.bakery_class = "pangeo_forge_runner.bakery.dataflow.DataflowBakery"
c.DataflowBakery.use_dataflow_prime = False
c.DataflowBakery.use_public_ips = True
Expand Down

0 comments on commit c531d6e

Please sign in to comment.