Skip to content

Commit

Permalink
[DOP-13855] - update clickhouse get_packages() tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lixakov committed Apr 12, 2024
1 parent 4535c3d commit c5aab16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions onetl/connection/db_connection/clickhouse/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Config:
class Clickhouse(JDBCConnection):
"""Clickhouse JDBC connection. |support_hooks|
Based on Maven package `com.clickhouse:clickhouse-jdbc:0.6.0 <https://mvnrepository.com/artifact/com.clickhouse/clickhouse-jdbc/0.6.0>`_ and additional dependencies
for `Apache HTTP client <https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5/5.3.1>`_ when necessary (`official Clickhouse JDBC driver <https://github.com/ClickHouse/clickhouse-jdbc>`_).
Based on Maven package `com.clickhouse:clickhouse-jdbc:0.6.0 <https://mvnrepository.com/artifact/com.clickhouse/clickhouse-jdbc/0.6.0>`_
(`official Clickhouse JDBC driver <https://github.com/ClickHouse/clickhouse-jdbc>`_).
.. warning::
Expand Down Expand Up @@ -131,7 +131,7 @@ def get_packages(
from onetl.connection import Clickhouse
Clickhouse.get_packages(package_version="0.7.1", apache_http_client_version="5.4")
Clickhouse.get_packages(package_version="0.6.0", apache_http_client_version="5.3.1")
.. note::
Expand Down

0 comments on commit c5aab16

Please sign in to comment.