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
Copy file name to clipboardExpand all lines: docs/en/integrations/data-ingestion/clickpipes/kinesis.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,13 @@ The following ClickHouse data types are currently supported in ClickPipes:
96
96
97
97
The following virtual columns are supported for Kinesis stream. When creating a new destination table virtual columns can be added by using the `Add Column` button.
|_sequence_number | Kinesis Sequence Number | String |
105
+
|_raw_message | Full Kinesis Message | String |
105
106
106
107
The _raw_message field can be used in cases where only full Kinesis JSON record is required (such as using ClickHouse [`JsonExtract*`](https://clickhouse.com/docs/en/sql-reference/functions/json-functions#jsonextract-functions) functions to populate a downstream materialized
107
108
view). For such pipes, it may improve ClickPipes performance to delete all the "non-virtual" columns.
0 commit comments