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
ALTER, CREATE, DROP queries in multiple nodes Clickhouse setup should include "on cluster <cluster_name>" clause to run query on all nodes in cluster.
Now it seems that it has not been implemented.
Are you a dlt user?
I'd consider using dlt, but it's lacking a feature I need.
Use case
Correct work with multiple nodes setup
Proposed solution
on_cluster_mode and cluster_name added to clickhouse.credentials
all ddl parameterised with "on cluster"
Feature description
ALTER, CREATE, DROP queries in multiple nodes Clickhouse setup should include "on cluster <cluster_name>" clause to run query on all nodes in cluster.
Now it seems that it has not been implemented.
Are you a dlt user?
I'd consider using dlt, but it's lacking a feature I need.
Use case
Correct work with multiple nodes setup
Proposed solution
on_cluster_mode and cluster_name added to clickhouse.credentials
all ddl parameterised with "on cluster"
Related issues
#1183
The text was updated successfully, but these errors were encountered: