-
Notifications
You must be signed in to change notification settings - Fork 1
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 Get and Post for ProgressReport #16
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e9c1c40
to
e3cd9d3
Compare
6fc3ab3
to
d28f60a
Compare
d28f60a
to
bf48eec
Compare
The failing test is a bit flaky, there's a race condition (we don't change it here). The next PR is more stable, we change the main ingester logic a bit there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
} | ||
err = fmt.Errorf("got non-OK response, status code: %d, body: '%s'", resp.StatusCode, errorResp.Error) | ||
// No progress yet | ||
if resp.StatusCode == http.StatusNotFound { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
This PR adds Get and Post methods for the progress report API (https://github.com/duneanalytics/duneapi/pull/559).
We use the endpoints in #17 (and they work!).
Towards CHAIN-1588.