Batch query error message contains internal executeQueries
in the response
#4335
Labels
bug
Something isn't working
executeQueries
in the response
#4335
Describe the bug
Internal query execution step name returned in error message.
Steampipe version (
steampipe -v
)Example: v0.23.2
To reproduce
Perform a query for a non-existent relation e.g.
select * from aws_accountz;
executeQueries
doesn't seem like it should be in user-facing messages?Expected behavior
User-friendly message with no reference to
executeQueries
The text was updated successfully, but these errors were encountered: