I got this error making charts in superset but the smallest reproducible sql is: ```sql SELECT repository_id AS repository_id FROM commits GROUP BY repository_id ORDER BY repository_id ```