Add more test data to be able to do time series testing. V2!
This supersedes !25 (closed).
In this MR we:
- Include significantly more data per dataset: from ~1000 rows to ~30000 rows.
- Include multiple months so that we can to time series testing. Months included:
2023-11
,2023-12
, and2024-01
. - We made sure that the rows between months match.
Additionally, we modify the Cassandra COPY
commands to honor the ordering of the columns as per the CSV files, and also to honor the fact that some data utilizes the character "
as part of the content.
Bug: T372989