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

Add health check for async queries #124

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

sarahzinger
Copy link
Member

@sarahzinger sarahzinger commented Jan 31, 2024

We don't have proper health checks it seems for Athena. this seems to fix it for me. Arguably its very weird to add to this lib, (should it be in sqlds? should it be implemented by each lib?) My thinking is this was easy and if QueryData is going to live here, health check probably should too? At least until we find another path for it?

I have a feeling we can re-architect a lot of this when we move to the new aws-sdkv2, so hoping this is a temp fix.

Fixes: grafana/athena-datasource#305

@sarahzinger sarahzinger requested a review from a team as a code owner January 31, 2024 21:19
@sarahzinger sarahzinger merged commit 825cd34 into main Feb 7, 2024
3 checks passed
@sarahzinger sarahzinger deleted the sarahzinger/health-check-async-queries branch February 7, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix health check
2 participants