-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prototype dagster-pandera integration (#3282)
* Fix types. * POC: get pandera schema from our Schema * Describe RESOURCE_METADATA elements before I start changing the shape willy nilly. * Pandera df/col checks + dtypes interop with PudlResourceDescriptors * First attempt at using the existing vs_bounds machinery in Pandera checks. Lots of ergo improvements to be had. * Use asset check for out_eia923__boiler_fuel Still remaining: generate asset checks programmatically, instead of with laborious manual typing. * Automatically generate asset check. * Generate asset checks automatically for all schemata. * Make schema-based checks xfail-able. * Fix docs build and unclosed file warnings. * Clarify _get_keys_from_assets * Remove df_checks and field_checks machinery. --------- Co-authored-by: Zane Selvans <[email protected]>
- Loading branch information
1 parent
1dc05fd
commit eba35e0
Showing
4 changed files
with
316 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.