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
The task is to build a function or method that constructs a Great Expectation expectation suite from the inputs which are dictionaries from the generator functions.
Each of the Expectation chooser functions will return a dictionary something like this.
This will add the "expect_column_values_to_not_be_null" expectation to the Great Expectations suite object. It modifies the suite in place. However, this change is only in memory until you explicitly save the suite using
An Expectation Suite in Great Expectations is a collection of Expectations that apply to a specific dataset.
You can create a new suite programmatically. The name from your TOML's [data_asset] table can be used as the Expectation Suite name.
The text was updated successfully, but these errors were encountered: