[Explorer] Execution failed for question ed7d4728-99e5-4894-aa10-1424ef09967b: all projects that Xuanwo has contributed to
Opened this issue · 0 comments
Xuanwo commented
Hi, It's failed to execute the question ed7d4728-99e5-4894-aa10-1424ef09967b all projects that Xuanwo has contributed to (errorType = error-query-timeout):
- executedAt: 2024-10-18T06:06:38.000+00:00
- requestedAt: 2024-10-18T06:06:38.000+00:00
Error message
Query inactivity timeout
Generated SQL
SELECT
gr.repo_name,
gr.description,
gr.primary_language,
gr.stars,
gr.forks
FROM
github_repos gr
JOIN github_events ge ON gr.repo_id = ge.repo_id
WHERE
ge.actor_login = 'Xuanwo'
GROUP BY
gr.repo_name