The current TPCDS connector only generates base tables. It needs to generate maintenance data sets. The dsdgen option for this is --update.
First we need to find out how to add the new tables for these. Then we need to select the right rows for TINY scale factor, since the dsdgen can only generate 1GB as the minimum SF. For that we will need to see how the TINY SF were chosen on the base tables, then apply the same strategy to the maintenance tables.
The current TPCDS connector only generates base tables. It needs to generate maintenance data sets. The dsdgen option for this is --update.
First we need to find out how to add the new tables for these. Then we need to select the right rows for TINY scale factor, since the dsdgen can only generate 1GB as the minimum SF. For that we will need to see how the TINY SF were chosen on the base tables, then apply the same strategy to the maintenance tables.