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
Describe the bug When querying JSON file from S3, the datasource tries to convert to CSV.
I guess we should be able to keep JSON format as output.
PS: The same query in AWS S3 select works when output is JSON
Please complete the following information:
Additional context Here is the error message in Grafana log :
t=2021-06-25T13:55:23+0000 lvl=info msg=S3Select logger=plugins.backend pluginId=tvarit-s3-datasource stats="map[BytesProcessed:131801 BytesReturned:2777 BytesScanned:196524]" ││ t=2021-06-25T13:55:23+0000 lvl=eror msg=S3Select logger=plugins.backend pluginId=tvarit-s3-datasource df.ToCSV="ToCSV (jsonRecordsToData: unknown type of map[])"
PS2: Maybe it cannot work on "complex JSON", only flat JSON can work :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When querying JSON file from S3, the datasource tries to convert to CSV.
I guess we should be able to keep JSON format as output.
PS: The same query in AWS S3 select works when output is JSON
Please complete the following information:
Additional context
Here is the error message in Grafana log :
t=2021-06-25T13:55:23+0000 lvl=info msg=S3Select logger=plugins.backend pluginId=tvarit-s3-datasource stats="map[BytesProcessed:131801 BytesReturned:2777 BytesScanned:196524]" ││ t=2021-06-25T13:55:23+0000 lvl=eror msg=S3Select logger=plugins.backend pluginId=tvarit-s3-datasource df.ToCSV="ToCSV (jsonRecordsToData: unknown type of map[])"
PS2: Maybe it cannot work on "complex JSON", only flat JSON can work :(
The text was updated successfully, but these errors were encountered: