We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee23da4 commit ba849e1Copy full SHA for ba849e1
1 file changed
.github/workflows/data_generation_run.yml
@@ -84,6 +84,16 @@ on:
84
required: false
85
default: '3'
86
type: string
87
+ update_ratio:
88
+ description: 'Percentage of rows to update (0-100)'
89
+ required: false
90
+ default: '0'
91
+ type: string
92
+ delete_ratio:
93
+ description: 'Percentage of rows to delete (0-100)'
94
95
96
97
98
jobs:
99
run-data-generation:
0 commit comments