-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Premium Feature] run_sql #78
Conversation
1eed668
to
abdc08b
Compare
4603c36
to
eeb48ad
Compare
Approved but e2e-tests are failing though 🤔 |
This is partially because I have no more credits to test with. And also because upload CSV requires premium subscription which I also don't have. |
I will check internally how Dune can give you access to an API key related to a premium subscription :) |
4567baa
to
2aa3ad0
Compare
eeb48ad
to
3a96c42
Compare
d1a9e38
to
1a8b7c9
Compare
Closes #77
Adds run_sql method which creates a query, executes, gets results and optionally archives the query (by default).
Test Plan
This can't be tested with any API key that I have. But the test is there (skipped) and pretty straightforward to follow. Given that all the other routes are tested, it should be fine.
cc @TheEdgeOfRage & @diegoximenes for additional review.