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 table github_rate_limit closes #72 #74

Merged
merged 1 commit into from
Oct 20, 2021
Merged

Add table github_rate_limit closes #72 #74

merged 1 commit into from
Oct 20, 2021

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Oct 19, 2021

Integration test logs

Logs
N/A

Example query results

Results
select
  core_limit,
  core_remaining,
  search_limit,
  search_remaining
from
  github_rate_limit;
+------------+----------------+--------------+------------------+
| core_limit | core_remaining | search_limit | search_remaining |
+------------+----------------+--------------+------------------+
| 5000       | 5000           | 30           | 30               |
+------------+----------------+--------------+------------------+

@ParthaI ParthaI self-assigned this Oct 19, 2021
@ParthaI ParthaI linked an issue Oct 19, 2021 that may be closed by this pull request
@bigdatasourav bigdatasourav merged commit 22c952d into main Oct 20, 2021
@bigdatasourav bigdatasourav deleted the issue-72 branch October 20, 2021 13:37
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.

Add table github_rate_limit
3 participants