From c5519845c878af6bbb39db142bcfd57642b59d0b Mon Sep 17 00:00:00 2001 From: Jonathan <278699374+jnolendata@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:09:42 -0500 Subject: [PATCH] feat: update PDP Inference pipeline name for versioned inference pipeline --- src/webapp/databricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapp/databricks.py b/src/webapp/databricks.py index 538b9db0..57fe1e97 100644 --- a/src/webapp/databricks.py +++ b/src/webapp/databricks.py @@ -35,7 +35,7 @@ # The name of the deployed pipeline in Databricks. Must match the job's `name` in that workspace. # Override with LEGACY_INFERENCE_JOB_NAME, ES_INFERENCE_JOB_NAME (and PDP_INFERENCE_JOB_NAME) # when dev/staging deploy uses a different bundle target or a stub job that matches the same parameters. -PDP_INFERENCE_JOB_NAME = "edvise_github_sourced_pdp_inference_pipeline" +PDP_INFERENCE_JOB_NAME = "edvise_versioned_inference_launcher" LEGACY_INFERENCE_JOB_NAME = "edvise_github_sourced_legacy_inference_pipeline" ES_INFERENCE_JOB_NAME = "github_sourced_genai_es_inference_pipeline" # Dev bundle prefix for the Cloud Run service principal job target.