-
Notifications
You must be signed in to change notification settings - Fork 9
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
When I try to run query from plugin, it gives me "Metric request error" #10
Comments
I get the same error. I successfully connect to bucket. copy in the key for the csv file I want to query. { |
@vabatox @Tugduall The issue comes from the error handling line (here). If you either remove/comment it out or wrap it properly, this should do the trick at least for processing CSVs.👍 I need to check if it works for the rest of the formats. I've also updated dependencies to include arm64 builds and added the profile field in the configuration for shared credentials file (~/.aws/credentials) for multi-account configurations. I'm going to push the release archive soon if you can't or don't want to build it locally. Hope this helps.😃 |
Thanks @burningalchemist. Made the changes to s3-select.go & restarted docker container. Still getting same error though. |
@vabatox Oh no. 😢 Did you rebuild the whole thing? Could you also share your Dockerfile? |
Thanks I've got it working. Great stuff @burningalchemist 😄 |
@vabatox Great! I'm happy it works for you! 👍 |
Thanks for reporting the issue and also the fixes :) |
Here is the configuration of the request and the result
Is it necessary to use a specific identation for the csv? or what's wrong?
Thank you in advance
The text was updated successfully, but these errors were encountered: