Skip to content

Commit 2830d94

Browse files
committed
nits
1 parent 0431e41 commit 2830d94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/integrations/data-ingestion/clickpipes/mongodb/datatypes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'ClickPipes for MongoDB: Supported data types'
2+
title: 'Supported data types'
33
slug: /integrations/clickpipes/mongodb/datatypes
44
description: 'Page describing MongoDB ClickPipe datatype mapping from MongoDB to ClickHouse'
55
---
@@ -18,10 +18,10 @@ MongoDB stores data records as BSON documents. In ClickPipes, you can configure
1818
| Regular Expression | \{Options: String, Pattern: String\} | MongoDB regex with fixed fields: Options (regex flags) and Pattern (regex pattern) |
1919
| Timestamp | \{T: Int64, I: Int64\} | MongoDB internal timestamp format with fixed fields: T (timestamp) and I (increment) |
2020
| Decimal128 | String | |
21-
| Binary data | \{Data: String, Subtype: Int64\} | MongoDB binary data with fixed fields: Data (base64-encoded string) and Subtype (binary data type, see [MongoDB documentation](https://www.mongodb.com/docs/manual/reference/bson-types/#binary-data).) |
21+
| Binary data | \{Data: String, Subtype: Int64\} | MongoDB binary data with fixed fields: Data (base64-encoded) and Subtype ([type of binary](https://www.mongodb.com/docs/manual/reference/bson-types/#binary-data)) |
2222
| JavaScript | String | |
2323
| Null | Null | |
24-
| Array | Dynamic | Arrays with homogeneous types become Array(Nullable(T)). Arrays with mixed primitive types are promoted to the most general common type. Arrays with complex incompatible types become Tuples |
24+
| Array | Dynamic | Arrays with homogeneous types become Array(Nullable(T)); arrays with mixed primitive types are promoted to the most general common type; arrays with complex incompatible types become Tuples |
2525
| Object | Dynamic | Each nested field is mapped recursively |
2626

2727
:::info

docs/integrations/data-ingestion/clickpipes/mysql/datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'ClickPipes for MySQL: Supported data types'
2+
title: 'Supported data types'
33
slug: /integrations/clickpipes/mysql/datatypes
44
description: 'Page describing MySQL ClickPipe datatype mapping from MySQL to ClickHouse'
55
---

0 commit comments

Comments
 (0)