Skip to content

Commit 9a75c9c

Browse files
committed
refined fetch table function
1 parent 86dc0c7 commit 9a75c9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webapp/databricks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
MEDALLION_LEVELS = ["silver", "gold", "bronze"]
3535

3636
# 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"
37+
PDP_INFERENCE_JOB_NAME = "edvise_github_sourced_pdp_inference_pipeline"
3938

4039

4140
class DatabricksInferenceRunRequest(BaseModel):

0 commit comments

Comments
 (0)