From 59042fc8e40bc09219ef13825bb2e91bc29cf36e Mon Sep 17 00:00:00 2001 From: ranchodeluxe Date: Thu, 15 Feb 2024 11:29:40 -0800 Subject: [PATCH] use pfr_version to avoid job name conflicts in dataflow --- tests/integration/test_dataflow_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_dataflow_integration.py b/tests/integration/test_dataflow_integration.py index e0b9c59..aa8baae 100644 --- a/tests/integration/test_dataflow_integration.py +++ b/tests/integration/test_dataflow_integration.py @@ -29,7 +29,7 @@ def test_dataflow_integration(): "Bake": { "prune": True, "bakery_class": "pangeo_forge_runner.bakery.dataflow.DataflowBakery", - "job_name": f"gpcp-from-gcs-py{python_version.replace('.','')}-v{recipe_version_ref.replace('.','')}", + "job_name": f"gpcp-from-gcs-py{python_version.replace('.','')}-v{''.join([str(i) for i in pfr_version.release])}", }, "DataflowBakery": {"temp_gcs_location": bucket + "/temp"}, "TargetStorage": {