You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to port the latest clickhouse dbt plugin https://github.com/ClickHouse/dbt-clickhouse to Timeplus, but that code requires clickhouse_connect. There is no easy way to change the lib name to make it work, since many function calls in clickhouse_connect and this proton-python are different.
I would suggest updating this repo to sync the code from clickhouse-connect. If that'll create too many breaking change, maybe create a new timeplus-py-connect repo
The text was updated successfully, but these errors were encountered:
https://github.com/ClickHouse/clickhouse-connect is the Python lib for ClickHouse
I guess it was renamed and refactored.
I am trying to port the latest clickhouse dbt plugin https://github.com/ClickHouse/dbt-clickhouse to Timeplus, but that code requires clickhouse_connect. There is no easy way to change the lib name to make it work, since many function calls in clickhouse_connect and this proton-python are different.
I would suggest updating this repo to sync the code from clickhouse-connect. If that'll create too many breaking change, maybe create a new timeplus-py-connect repo
The text was updated successfully, but these errors were encountered: