Closed Iain-S closed 1 year ago
In the table part of the config,
table_name: row_generators: - name: something - args: somekey: someval
it's quite easy to accidentally put a dict under args. We should validate that this is a list
args
We do, in fact, check that this is a list but it's quite easy to miss so I have created #135
In the table part of the config,
it's quite easy to accidentally put a dict under
args
. We should validate that this is a list