Skip to content

Modify commons impact top-based tables clustering keys

Mforns requested to merge fix-clustering-keys-for-commons-impact into main

This change goes together with commons-impact-analytics!22. It modifies commons impact metrics top-based table schemas to change the clustering keys. This fixes a problem in which some rows were lost when ingesting data into cassandra, see task below. The change also does some reordering of the CSV columns, because after changing the clustering key, they need to be parsed in a different order.

Bug: T370470

Edited by Mforns

Merge request reports