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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
While debugging a customer issue, we realized that in some cases, we have descriptive error messages that show which query triggered a DEADLINE_EXCEEDED error.
The specific error thrown in the case that was being debugged was from here.
Describe the solution you'd like
It would be ideal if this branch could also throw an error that contains the query that was being executed.
Is your feature request related to a problem? Please describe.
While debugging a customer issue, we realized that in some cases, we have descriptive error messages that show which query triggered a DEADLINE_EXCEEDED error.
The specific error thrown in the case that was being debugged was from here.
Describe the solution you'd like
It would be ideal if this branch could also throw an error that contains the query that was being executed.
Describe alternatives you've considered
N/A
Additional context
N/A