Skip to content

Commit 91d9f24

Browse files
authored
Merge pull request #2917 from ClickHouse/beam-add-recommended-jdbc
Update the recommended beam version
2 parents da9f8e3 + 20f826b commit 91d9f24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/en/integrations/data-ingestion/etl-tools/apache-beam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Add the following dependency to your package management framework:
2727
</dependency>
2828
```
2929

30+
:::important Recommended Beam version
31+
The `ClickHouseIO` connector is recommended for use starting from Apache Beam version `2.59.0`.
32+
Earlier versions may not fully support the connector's functionality.
33+
:::
34+
35+
3036
The artifacts could be found in the [official maven repository](https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-io-clickhouse).
3137

3238
### Code Example

0 commit comments

Comments
 (0)