Skip to content

Commit

Permalink
fix: pass consistency to connection setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rukesh-Kapuluru committed Jun 9, 2022
1 parent ae0d965 commit 43dd91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hip_data_tools/apache/cassandra.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def setup_connection(self, default_keyspace) -> None:
self._settings.cluster_ips,
load_balancing_policy=self._settings.load_balancing_policy,
auth_provider=self._auth,
consistency=self.consistency_level,
port=self._settings.port,
ssl_options=self._settings.ssl_options,
default_keyspace=default_keyspace)
Expand Down

0 comments on commit 43dd91b

Please sign in to comment.