We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version:
cli version: 0.6.0 core version: 0.6.0 build version: 0.6.0 serve version: 0.6.0
OS: macOS
There is an error message shown by VulcanSQL as following:
ERROR: {"code":"ERR_BAD_REQUEST","requestUrl":"http://host.docker.internal:3000/auth/available-types","method":"get","status":404,"data":"Not Found"} actualUrl: http://host.docker.internal:3000/api/agg_revenue_per_platform
However, it turns out I only need to add csv in the response-format field in vulcan.yaml
csv
response-format
vulcan.yaml
The error message should be clear enough to tell me what's wrong.
Notes: This issue is raised by our user armaan in Discord.
The text was updated successfully, but these errors were encountered:
To reproduce this issue:
response-format: enabled: true options: default: json formats: - json
Sorry, something went wrong.
No branches or pull requests
Environment
Version:
OS: macOS
What's wrong?
There is an error message shown by VulcanSQL as following:
However, it turns out I only need to add
csv
in theresponse-format
field invulcan.yaml
What's the correct behavior?
The error message should be clear enough to tell me what's wrong.
Notes: This issue is raised by our user armaan in Discord.
Reproducing steps
The text was updated successfully, but these errors were encountered: