create_suite
Create a named ExpectationSuite for data quality checks. Optionally profile a dataset to auto-generate expectations.
Instructions
Create a named ExpectationSuite, optionally profiled from a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profiler | No | Whether to auto-generate expectations via profiling (deprecated) | |
| suite_name | Yes | Name for the new expectation suite | |
| dataset_handle | Yes | Handle to dataset (currently unused, for future profiling) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suite_name | Yes |