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: website/docs/components/data-connectors/mongodb.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ The MongoDB data connector can be configured by providing the following `params`
83
83
| `mongodb_sslrootcert` | Optional parameter specifying the path to a custom PEM certificate that the connector will trust. |
84
84
| `mongodb_time_zone` | Optional. Specifies connection time zone. Default is `UTC`. Accepts: <br /><ul><li>Fixed offsets (e.g., `+02:00`).</li><li>IANA time zone names (e.g., `America/Los_Angeles`)</li></ul> |
85
85
| `mongodb_auth_source` | Optional. Authentication source database. Overrides the default auth source in the connection string. |
86
+
| `mongodb_direct_connection` | Optional. Whether to connect directly to a single MongoDB host instead of discovering the topology. Accepts `true` or `false`. |
86
87
| `mongodb_unnest_depth` | Optional. Maximum nesting depth for unnesting embedded documents into a flattened structure. Higher values expand deeper nested fields. Default: `0`|
87
88
| `mongodb_num_docs_to_infer_schema` | Optional. Number of documents to use to infer the schema. Defaults to 400. |
88
89
| `mongodb_pool_min` | The minimum number of connections to keep open in the pool, lazily created when requested. Default: `1`|
0 commit comments