Activity overview
Latest activity by Cristy
I have determined what the Run Script button does. When pressed, it updates the XML file that makes up the .sqlgen file. Each python script here has it's own Generator element. Each generator has the an element under the GeneratorProperties element that has the key of RowCount, with whatever value has been set in the Table Generation Settings as the number of rows to generate. If this value is changed to a higher value, then you need to click Run Script on all of the custom python scripts for the Row Count value to be updated accordingly. So, my original question still stands. Is there a way to run this automatically for all Python Generator scripts within the project? / comments
I have determined what the Run Script button does. When pressed, it updates the XML file that makes up the .sqlgen file. Each python script here has it's own Generator element. Each generator has t...
Hi Richard, Yes, I am using SQL Data Generator, Version 4.0.2.1493. I'm on the Column Generation Settings screen, where I have a custom Python Script as the generator. I am unable to provide you a screenshot of my version, but this screenshot shows where the button exists for me. I am experiencing errors in the project if this Run script button is not pressed when changes are made, or the row count is changed. [image] / comments
Hi Richard,Yes, I am using SQL Data Generator, Version 4.0.2.1493.I'm on the Column Generation Settings screen, where I have a custom Python Script as the generator.I am unable to provide you a scr...
Possible to run all scripts at once in a data generation project?
Hi,We have a project where we are generating a lot of columns for a table. We have a lot of python scripts as data generators for many of the columns.I have noticed that when I change the number of...