gretelai / public_research

Where Gretel published notebooks and code for blog posts
Apache License 2.0
19 stars 8 forks source link

multi table error #9

Open poorneshwaran opened 1 month ago

poorneshwaran commented 1 month ago

Hi, if used to create same project name as it in the repo, error appear like Invalid JSON Payload & String does not match expected pattern. And if create with new project name, error like Job.submit() got an unexpected keyword argument 'upload_data_source'.

I'm trying to do multi table synthetic generation

poorneshwaran commented 1 month ago

Hi, Lot of errors on rdb_synthetics. 1. http 404, due to json string not match. solved by generate new project in gretel 2.Job.submit() got an unexpected keyword argument 'upload_data_source'. 3. Invalid type for variable 'model_id'. Required value type is str and passed type was NoneType at ['model_id']

required some assist to follow up this code. no idea whether the bug in code or package version.