I succeeded to connect DataGrip to Dremio.
All my queries seem to work, e.g. give the expected results but throw also an error.
example.
SELECT *
FROM “Test”.energiebronnen
[2017-09-22 16:33:54] java.sql.SQLException
[2017-09-22 16:33:54] 9 rows retrieved starting from 1 in 139ms (execution: 79ms, fetching: 60ms)
DataGrip asks to indicate the optimal SQL dialect to use by the driver; I tried several but that doesn’t seem to make a difference.