Skip to content

Commit

Permalink
logg keyspace in online_write_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
zabarn committed Jan 6, 2025
1 parent d8053b4 commit 0ea556c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ def online_write_batch(
project = config.project

keyspace: str = self._keyspace
logger.info(f"keyspace: {keyspace}")
fqtable = CassandraOnlineStore._fq_table_name(keyspace, project, table)
logger.info(f"fqtable: {fqtable}")
insert_cql = self._get_cql_statement(config, "insert4", fqtable=fqtable)

def unroll_insertion_tuples() -> Iterable[Tuple[str, bytes, str, datetime]]:
Expand Down

0 comments on commit 0ea556c

Please sign in to comment.