-
Notifications
You must be signed in to change notification settings - Fork 9
Runtime query errors not logged server-side #243
Copy link
Copy link
Open
Description
Summary
When an analytics query fails at runtime, the error is returned to the browser via SSE but no log entry appears in databricks apps logs. This makes runtime query failures invisible to anyone not looking at the browser console.
Reproduction
- Deploy an app with an incompatible warehouse (or any configuration that causes SQL errors)
- Open the app in a browser — error shown in UI
- Run
databricks apps logs <app> --tail-lines 200— the error does NOT appear
Expected behavior
[APP] [appkit:analytics] Query "revenue_by_destination" failed: INVALID_PARAMETER_VALUE — Inline disposition only supports ARROW_STREAM format (warehouse=000000000000000d)
Why this matters
- AI agents building/debugging apps can only access
databricks apps logs— they cannot see browser errors - Operators monitoring via logs/alerting miss query failures entirely
- The error message is helpful but only visible to the end user in the browser
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels