You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/webapp/databricks.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ def run_pdp_inference(
213
213
job=next(w.jobs.list(name=pipeline_type), None)
214
214
ifnotjoborjob.job_idisNone:
215
215
raiseValueError(
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']}'."
217
217
)
218
218
job_id=job.job_id
219
219
LOGGER.info(f"Resolved job ID for '{pipeline_type}': {job_id}")
0 commit comments