Skip to content

Commit e332c37

Browse files
author
Vishakh Pillai
committed
debugging not being able to find h2o pipeline
1 parent a261e8e commit e332c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/databricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def run_pdp_inference(
213213
job = next(w.jobs.list(name=pipeline_type), None)
214214
if not job or job.job_id is None:
215215
raise ValueError(
216-
f"run_pdp_inference(): Job '{pipeline_type}' was not found or has no job_id."
216+
f"run_pdp_inference(): Job '{pipeline_type}' was not found or has no job_id for '{gcs_vars['GCP_SERVICE_ACCOUNT_EMAIL']}' and '{databricks_vars['DATABRICKS_HOST_URL']}'."
217217
)
218218
job_id = job.job_id
219219
LOGGER.info(f"Resolved job ID for '{pipeline_type}': {job_id}")

0 commit comments

Comments
 (0)