Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch query error message contains internal executeQueries in the response #4335

Closed
MichaelBurgess opened this issue Jul 17, 2024 · 0 comments · Fixed by #4337
Closed

Batch query error message contains internal executeQueries in the response #4335

MichaelBurgess opened this issue Jul 17, 2024 · 0 comments · Fixed by #4337
Assignees
Labels
bug Something isn't working

Comments

@MichaelBurgess
Copy link
Contributor

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;

steampipe query "select * from aws_accountz;"
Warning: executeQueries: query 1 of 1 failed: ERROR: relation "aws_accountz" does not exist (SQLSTATE 42P01)

executeQueries doesn't seem like it should be in user-facing messages?

Expected behavior
User-friendly message with no reference to executeQueries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants