Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Column Type support #473

Open
saptarshiguha opened this issue Jan 23, 2025 · 0 comments
Open

JSON Column Type support #473

saptarshiguha opened this issue Jan 23, 2025 · 0 comments

Comments

@saptarshiguha
Copy link

saptarshiguha commented Jan 23, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant