Im using GX ver 1.0.3 and when try to add expectation into suite, it throw error
Hope to receive good solution.
Hey @highchill! We no longer support add_or_update_expectation_suite as a method.
You’ll want to add with context.suites.add(<SUITE_OBJ>) or update with suite.save()
thanks, now it works