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
149513: Ddl and yaml r=nameisbhaskar a=Pradyum-Git
Changed names of ddl_generator.go and its test file to schema_generator.go and schema_generator_test.go to better represent what they do
Also added in the code which takes the output from GenerateDDLs and converts them into a schema format which has all the necessary information to be used later by data generators
the code declares all the required structs, adds buildWorkloadSchema function to teh schema_generator.go file which is the entry point for the new features, addsa. util.go file which have all the remaining fucntiosn taht fill out teh structs wiuth enough and proper data or constraint aware data generation for initial bulk load of data into tables
Release note: None
Epic: None
Co-authored-by: Pradyum <[email protected]>
0 commit comments