Currently num_rows_per_pass that determines how many rows are generated for each table, has to be set and modified in config.yaml.
This requires searching through config.yaml for each new project and hard-coding in for each table.
If instead there acould be a single file with one column for tablename and another column for num_rows_per_pass that could be copied between projects and no edits to config.yaml would be needed.
Currently
num_rows_per_passthat determines how many rows are generated for each table, has to be set and modified inconfig.yaml.This requires searching through
config.yamlfor each new project and hard-coding in for each table.If instead there acould be a single file with one column for
tablenameand another column fornum_rows_per_passthat could be copied between projects and no edits toconfig.yamlwould be needed.