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
My schema has a JSON type, and when writing data to this table, i received this error clickhouse_driver.errors.UnknownTypeError: Code: 50. Unknown type JSON. Does this mean clickhouse-driver does not support writing to JSON column types? (or did i do something wrong?)
My schema has a JSON type, and when writing data to this table, i received this error
clickhouse_driver.errors.UnknownTypeError: Code: 50. Unknown type JSON
. Does this mean clickhouse-driver does not support writing to JSON column types? (or did i do something wrong?)It appears object('json') is supported but my schema has type JSON (https://clickhouse.com/docs/en/sql-reference/data-types/newjson) and it appears (if i understood correctly) Object('json') will be deprecated: https://clickhouse.com/docs/en/sql-reference/data-types/object-data-type
The text was updated successfully, but these errors were encountered: