Skip to content

Commit 3d0c742

Browse files
committed
Clarify ClickPipes JSON Variant requirements
1 parent 9aa239a commit 3d0c742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ ClickPipes supports the Variant type in the following circumstances:
7777
- Avro Unions. If your Avro schema contains a union with multiple non-null types, ClickPipes will infer the
7878
appropriate variant type. Variant types are not otherwise supported for Avro data.
7979
- JSON fields. You can manually specify a Variant type (such as `Variant(String, Int64, DateTime)`) for any JSON field
80-
in the source data stream. Because of the way ClickPipes determines the correct variant subtype to use, only one integer or datetime
81-
type can be used in the Variant definition - for example, `Variant(Int64, UInt32)` is not supported.
80+
in the source data stream. Complex subtypes (arrays/maps/tuples) are not supported. In addition, because of the way ClickPipes determines
81+
the correct variant subtype to use, only one integer or datetime type can be used in the Variant definition - for example, `Variant(Int64, UInt32)` is not supported.
8282

8383
#### JSON type support {#json-type-support}
8484
ClickPipes support the JSON type in the following circumstances:

0 commit comments

Comments
 (0)