Superset is not able to load the result from hydrolix #41395
Replies: 1 comment 12 replies
-
|
This is a Hydrolix-side issue, not a Superset bug. The error Looking at the query in the error, the filter is: WHERE "timestamp" >= toDateTime('2026-06-23 18:04:38')
AND "timestamp" < toDateTime('2026-06-24 18:04:38')The likely cause is that Hydrolix requires the time range filter to reference the raw primary timestamp column directly, without the Suggested workarounds:
This is fundamentally a compatibility gap between Superset's ClickHouse connector and Hydrolix's extended validation layer. You may want to raise this with the Hydrolix team to understand exactly what filter format their validator parses. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Superset is unable to load the dashboard even though there is a timestamp mentioned in the query. Here is an example of that.
Error
@dosu Please take a look and help here.
Beta Was this translation helpful? Give feedback.
All reactions