galatea-associates / fuse-test-data-gen

Repository for the Galatea internal data generator tool, used for generating domain data for POCs
0 stars 0 forks source link

Removed the key fixed_args from the config.json file #214

Open GalateaTom opened 4 years ago

GalateaTom commented 4 years ago

Issue Description

The config.json file contains a key called fixed_args. This is a remnant of when we were generating both fixed and variable numbers of different objects and certain properties only applied to one or the other type. Now we are only generating fixed numbers of objects we can remove this qualifier and move record_count up to the same level as the rest of the properties.

Design

Remove the key fixed_args from the config.json file and update all .py files that refer to "fixed_args"

Test Evidence

The existing tests should continue to pass and the application should still be able to run and generate all required output files without throwing any errors

Validation in Develop

N/A