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

[Explorer] Execution failed for question 4c82153f-db74-47a3-859d-742ed8f42af2: What repositories related to Gas consumption prediction are available on GitHub, and what programming languages are used in these repositories? #1795

Open
johnfelipe opened this issue Sep 23, 2024 · 0 comments

Comments

@johnfelipe
Copy link

Hi, It's failed to execute the question 4c82153f-db74-47a3-859d-742ed8f42af2 What repositories related to Gas consumption prediction are available on GitHub, and what programming languages are used in these repositories? (errorType = error-query-timeout):

  • executedAt: 2024-09-23T04:00:26.000+00:00
  • requestedAt: 2024-09-23T04:00:26.000+00:00

Error message

Query inactivity timeout

Generated SQL

SELECT
  gr.repo_name,
  gr.primary_language
FROM
  github_repos gr
WHERE
  LOWER(gr.description) LIKE LOWER('%gas consumption prediction%')
  OR gr.repo_id IN (
    SELECT
      repo_id
    FROM
      github_repo_topics
    WHERE
      topic = 'gas-consumption-prediction'
  )
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

No branches or pull requests

1 participant