Hi,

I am pre-evaluating Redash. I have a PostgreSQL DB with tables that use the JSON(b) data-type.

Ideally I’d like to query the DB with Redash and let Redash parse the JSON string. I could not find any documentation whether that is possible, because the general assumption would be that there is tabular data within pgSQL.

This would be JSON within a pgSQL table. Is redash able to parse JSON data within?

Best,
Marius

Redash depends on tabular results (even from JSON databases like Mongo). But postgres already has strong JSON handling so this shouldn’t be an issue.

1 Like