The table was uploaded and ingested correctly (2433 rows), however, it contains a column named 'references' which is an SQL reserved word. This is causing the crossmatch query to fail parsing. I've renamed the column 'refs' in the mydb table so the query should succeed if you try again.
We will add a check for reserved words in the future to avoid this, until then please let us know if you encounter the error again.