Maybe more Clickhouse related than SigNoz, but why...
# general
r
Maybe more Clickhouse related than SigNoz, but why does it say unknown for the datatype here?
This is from the SigNoz docker compose setup when viewing in DataGrip
TagMap map[string]string
ch:“tagMap”
would this just end up as a string with json? I still find it odd that it explicitly say unknown type
v
Datagrip doesn’t support some clickhouse types. Above is Map type: https://clickhouse.com/docs/en/sql-reference/data-types/map/
r
Many thanks!