Skip to content

Commit d584422

Browse files
committed
Fix lint
1 parent 73c5893 commit d584422

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/integrations/data-ingestion/clickpipes/kafka.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The supported formats are:
123123

124124
### Supported Data Types {#supported-data-types}
125125

126-
#### Standard Types Support {#standard-types-support}
126+
#### Standard types support {#standard-types-support}
127127
The following standard ClickHouse data types are currently supported in ClickPipes:
128128

129129
- Base numeric types - \[U\]Int8/16/32/64 and Float32/64
@@ -142,7 +142,7 @@ The following standard ClickHouse data types are currently supported in ClickPip
142142
- Map with keys and values using any of the above types (including Nullables)
143143
- Tuple and Array with elements using any of the above types (including Nullables, one level depth only)
144144

145-
#### Variant Type Support (Experimental) {#variant-type-support}
145+
#### Variant type support (experimental) {#variant-type-support}
146146
Variant type support is automatic if your Cloud service is running ClickHouse 25.3 or later. Otherwise, you will
147147
have to submit a support ticket to enable it on your service.
148148

@@ -153,7 +153,7 @@ appropriate variant type. Variant types are not otherwise supported for Avro da
153153
in the source data stream. Because of the way ClickPipes determines the correct variant subtype to use, only one integer or datetime
154154
type can be used in the Variant definition - for example, `Variant(Int64, UInt32)` is not supported.
155155

156-
#### JSON Type Support (Experimental) {#json-type-support}
156+
#### JSON type support (experimental) {#json-type-support}
157157
JSON type support is automatic if your Cloud service is running ClickHouse 25.3 or later. Otherwise, you will
158158
have to submit a support ticket to enable it on your service.
159159

docs/integrations/data-ingestion/clickpipes/kinesis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The supported formats are:
9191

9292
## Supported Data Types {#supported-data-types}
9393

94-
### Standard Types Support {#standard-types-support}
94+
### Standard types support {#standard-types-support}
9595
The following ClickHouse data types are currently supported in ClickPipes:
9696

9797
- Base numeric types - \[U\]Int8/16/32/64 and Float32/64
@@ -110,15 +110,15 @@ The following ClickHouse data types are currently supported in ClickPipes:
110110
- Map with keys and values using any of the above types (including Nullables)
111111
- Tuple and Array with elements using any of the above types (including Nullables, one level depth only)
112112
-
113-
### Variant Type Support (Experimental) {#variant-type-support}
113+
### Variant type support (experimental) {#variant-type-support}
114114
Variant type support is automatic if your Cloud service is running ClickHouse 25.3 or later. Otherwise, you will
115115
have to submit a support ticket to enable it on your service.
116116

117117
You can manually specify a Variant type (such as `Variant(String, Int64, DateTime)`) for any JSON field
118118
in the source data stream. Because of the way ClickPipes determines the correct variant subtype to use, only one integer or datetime
119119
type can be used in the Variant definition - for example, `Variant(Int64, UInt32)` is not supported.
120120

121-
### JSON Type Support (Experimental) {#json-type-support}
121+
### JSON type support (experimental) {#json-type-support}
122122
JSON type support is automatic if your Cloud service is running ClickHouse 25.3 or later. Otherwise, you will
123123
have to submit a support ticket to enable it on your service.
124124

0 commit comments

Comments
 (0)