We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a4219 commit 20f826bCopy full SHA for 20f826b
docs/en/integrations/data-ingestion/etl-tools/apache-beam.md
@@ -27,6 +27,12 @@ Add the following dependency to your package management framework:
27
</dependency>
28
```
29
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
36
The artifacts could be found in the [official maven repository](https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-io-clickhouse).
37
38
### Code Example
0 commit comments