You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Explorer] Execution failed for question 9ecfe142-a0ea-462c-89f2-c283942a8b77: list repositories with stars between 100 and 1000 where users contributed this week
#1824
Open
nikhilk218 opened this issue
Jan 9, 2025
· 0 comments
SELECTgr.repo_name, gr.starsFROM github_repos gr JOIN github_events ge ONgr.repo_id=ge.repo_idWHEREgr.stars BETWEEN 100AND1000ANDge.created_at>= DATE_SUB(NOW(), INTERVAL 1 WEEK) GROUP BYgr.repo_name, gr.stars
The text was updated successfully, but these errors were encountered:
Hi, It's failed to execute the question 9ecfe142-a0ea-462c-89f2-c283942a8b77 list repositories with stars between 100 and 1000 where users contributed this week (errorType = error-query-timeout):
Error message
Generated SQL
The text was updated successfully, but these errors were encountered: