You can possibly try to convert it to a python dict (my_dict = json.loads(json_str)
) and then do gx.ExpectationSuite(**my_dict)
though I have not yet tried this
1 Like
You can possibly try to convert it to a python dict (my_dict = json.loads(json_str)
) and then do gx.ExpectationSuite(**my_dict)
though I have not yet tried this