great_expectations
great_expectations copied to clipboard
[FEATURE] Add result_format as argument to batch.validate
See title.
Other stuff
- Creates a single union type for all the things result format can be
- Adds a constant for the default result format
- [ ] Description of PR changes above includes a link to an existing GitHub issue
- [ ] PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
- [ ] Code is linted - run
invoke lint
(usesruff format
+ruff check
) - [ ] Appropriate tests and docs have been updated
For more information about contributing, see Contribute.
After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!