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
{
"format": "SQL_TSV_ZIP",
"sql": "SELECT datasetKey, countryCode, COUNT(*) FROM occurrence WHERE continent = 'EUROPE' GROUP BY datasetKey, countryCode"
}
It accepts the sql, but reformats it to SELECT datasetkey, countrycode, COUNT(*)\nFROM iceberg.occurrence\nWHERE occurrence.continent = 'EUROPE'\nGROUP BY occurrence.datasetkey, occurrence.countrycode which Is then invalid when used. NB: the iceberg part
The text was updated successfully, but these errors were encountered:
I call the service with
It accepts the sql, but reformats it to
SELECT datasetkey, countrycode, COUNT(*)\nFROM iceberg.occurrence\nWHERE occurrence.continent = 'EUROPE'\nGROUP BY occurrence.datasetkey, occurrence.countrycode
which Is then invalid when used. NB: theiceberg
partThe text was updated successfully, but these errors were encountered: