Galileo-Galilei / kedro-pandera

A kedro plugin to use pandera in your kedro projects
https://kedro-pandera.readthedocs.io/en/latest/
Apache License 2.0
33 stars 5 forks source link

Enable multiple schema validation #28

Open Galileo-Galilei opened 1 year ago

Galileo-Galilei commented 1 year ago

Description

Pandera accepts validating against one schema or another

Context

Be compatible with pandera

Possible Implementation

Accept a list of schemas in metadata?

iris:
    type: ...
    filepath: ...
    metadata:
        pandera: 
            schemas: 
                - schema1 : <schema1>
                - schema2 : <schema1>