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
The RPC Server should return the compiled SQL for an execute task if the query fails after compilation. The RPC server exception response should include the compiled SQL to help users understand what part of their query failed.
In the current implementation, users can see the error from the database, but not the query that failed. This makes it difficult to debug errant queries.
The text was updated successfully, but these errors were encountered:
Feature
Feature description
The RPC Server should return the compiled SQL for an
execute
task if the query fails after compilation. The RPC server exception response should include the compiled SQL to help users understand what part of their query failed.In the current implementation, users can see the error from the database, but not the query that failed. This makes it difficult to debug errant queries.
The text was updated successfully, but these errors were encountered: