File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -646,6 +646,9 @@ Neither Nullable nor LowCardinality is supported.
646
646
When query from the database, JSONField get dict or list.
647
647
648
648
The JSON data type is an experimental feature. To use it, set ` allow_experimental_object_type = 1 ` in the database settings.
649
+
650
+ ** Note:** From [ ClickHouse 24.8 LTS] ( https://clickhouse.com/blog/clickhouse-release-24-08 ) , set ` allow_experimental_object_type = 1 ` to use JSON type.
651
+
649
652
For example:
650
653
651
654
``` python
Original file line number Diff line number Diff line change 47
47
"alter_sync" : 2 ,
48
48
"allow_suspicious_low_cardinality_types" : 1 ,
49
49
"allow_experimental_object_type" : 1 ,
50
+ "allow_experimental_json_type" : 1 ,
50
51
},
51
52
},
52
53
"TEST" : {"cluster" : "cluster" , "managed" : False },
64
65
"alter_sync" : 2 ,
65
66
"allow_suspicious_low_cardinality_types" : 1 ,
66
67
"allow_experimental_object_type" : 1 ,
68
+ "allow_experimental_json_type" : 1 ,
67
69
},
68
70
},
69
71
"TEST" : {"cluster" : "cluster" , "managed" : False },
You can’t perform that action at this time.
0 commit comments