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
{{ message }}
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Executing a SQL query generated by superset, the execution fails with a missleading error.
SELECT repository_id AS repository_id,
COUNT(*) AS count,
COUNT(repository_id) AS c
FROM commits
GROUP BY repository_id ORDER BYCOUNT(repository_id) DESCLIMIT10000;
Outputs: ERROR 1105 (HY000): unknown error: table "commits" does not have column "repository_id"