We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dc0c7 commit 9a75c9cCopy full SHA for 9a75c9c
src/webapp/databricks.py
@@ -34,8 +34,7 @@
34
MEDALLION_LEVELS = ["silver", "gold", "bronze"]
35
36
# The name of the deployed pipeline in Databricks. Must match directly.
37
-PDP_INFERENCE_JOB_NAME = "github_sourced_pdp_inference_pipeline"
38
-PDP_H2O_INFERENCE_JOB_NAME = "edvise_github_sourced_pdp_inference_pipeline"
+PDP_INFERENCE_JOB_NAME = "edvise_github_sourced_pdp_inference_pipeline"
39
40
41
class DatabricksInferenceRunRequest(BaseModel):
0 commit comments