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
Objectives:
* Replace schema-definitions (currently yaml) with schema classes as supported by pandera.
* This will enable static type checking of column types
* As part of this work, validations need to be delegated to pandera too but examples of using them must be provided in the demo and in tests.
* Finally, we need to wrap pandera schemas within something to capture metrics as well as we need to maintain the metrics generation functionality.
Suggested way of working: Create Issues associated to the delivery of this milestone to be refined and estimated.