Skip to content
Open
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
6 changes: 3 additions & 3 deletions docs/setup_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
integrate_connector_docs elasticsearch v4.0
integrate_connector_docs aws v6.0
integrate_connector_docs cassandra v3.2
integrate_connector_docs pulsar v4.0
integrate_connector_docs jdbc v3.1
integrate_connector_docs pulsar v4.1
integrate_connector_docs jdbc v4.0
integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0
integrate_connector_docs gcp-pubsub v3.1
integrate_connector_docs mongodb v2.0
integrate_connector_docs opensearch v1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opensearch also seems to be having v2.0

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion! Unfortunately I don't think this bump can be applied here.

integrate_connector_docs uses git clone --single-branch --branch ${ref} (see docs/setup_docs.sh#L31), so the second argument needs to be an existing branch in the connector repo, matching the vX.Y convention used by the other entries.

Looking at apache/flink-connector-opensearch, only v1.0, v1.1, and v1.2 branches exist and there is no v2.0 branch yet. v2.0.0 is published as a release tag, but using it would break the branch-based convention the rest of the script follows.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, Thank you for the explanation. Noted.

integrate_connector_docs kafka v4.0
Expand Down