You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"globalConfig": {
"separator": ",", // default separator to use in data files"rowsPerCommit": 50, // number of insert statements loaded per transaction commit"parallelisation": 64, // defaults to # of cores * 8"schema": "src/test/resources/1.0.0/phoneCalls/schema.gql", // path to your schema"orderedBeforeGenerators": [ // generators that must run before the default order of generators**"person-1"
],
"orderedAfterGenerators": [ // generators that must run after the default order of generators"person-2",
"person-3"
],
"ignoreGenerators": [ // generators to skip - useful for debugging"person-ignored"
]
},
...
}
** the default order of generators is: attributes, entities, relations, appendAttributes, appendAttributesOrInsert
In case you need to fine tune/adjust configuration settings, every generator can have a config specific to itself.
You can here set alternative values for "separator" and "rowsPerCommit", like so: