Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-37197][docs] Update MongoDB docs for 2.0.0 release #26307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/table/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Flink natively support various connectors. The following tables list all availab
</tr>
<tr>
<td><a href="{{< ref "docs/connectors/table/mongodb" >}}">MongoDB</a></td>
<td>3.6.x & 4.x & 5.x & 6.0.x</td>
<td>3.6.x & 4.x & 5.x & 6.x & 7.0.x </td>
<td>Bounded Scan, Lookup</td>
<td>Streaming Sink, Batch Sink</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/setup_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
integrate_connector_docs jdbc v3.1
integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0
integrate_connector_docs mongodb v1.2
integrate_connector_docs mongodb v2.0
integrate_connector_docs opensearch v1.2
integrate_connector_docs kafka v3.3
integrate_connector_docs hbase v4.0
Expand Down