Skip to content

Commit 5a4ce74

Browse files
claudespiceClaude
andauthored
fix: Add missing mongodb_direct_connection parameter to MongoDB docs (#1460)
Co-authored-by: Claude <claude@spices-MacBook.localdomain>
1 parent fee751a commit 5a4ce74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/docs/components/data-connectors/mongodb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The MongoDB data connector can be configured by providing the following `params`
8383
| `mongodb_sslrootcert` | Optional parameter specifying the path to a custom PEM certificate that the connector will trust. |
8484
| `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> |
8585
| `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`. |
8687
| `mongodb_unnest_depth` | Optional. Maximum nesting depth for unnesting embedded documents into a flattened structure. Higher values expand deeper nested fields. Default: `0` |
8788
| `mongodb_num_docs_to_infer_schema` | Optional. Number of documents to use to infer the schema. Defaults to 400. |
8889
| `mongodb_pool_min` | The minimum number of connections to keep open in the pool, lazily created when requested. Default: `1` |

0 commit comments

Comments
 (0)