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

Mismatch in results #12

Open
yogesh-bansal opened this issue Aug 17, 2023 · 2 comments
Open

Mismatch in results #12

yogesh-bansal opened this issue Aug 17, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@yogesh-bansal
Copy link

image

It says chain 1 has 29 rounds, while we can count 30 in https://indexer-grants-stack.gitcoin.co/data/1/rounds/
Any reason why is that so?

@ccerv1
Copy link
Contributor

ccerv1 commented Aug 21, 2023

I replicated the issue.

I see 31 rounds on the indexer and 29 projects in the database. Specifically, these two rounds are not in the database:

To make it easier to replicate the query:

SELECT "chainId", "roundId"
FROM public."Round"
WHERE "chainId" = 1

@ghostffcode ghostffcode self-assigned this Sep 16, 2023
@ghostffcode ghostffcode added the question Further information is requested label Sep 16, 2023
@ghostffcode
Copy link
Collaborator

This is usually caused by the cut-off date when the data was indexed. If a round isn't available in the Gitcoin grants indexer by the time the ETL is run, it won't be available in the ETL. Currently working on a feature to allow indexing a specific round using the round address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants