datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
193 stars 39 forks source link

Implemented validate_resource draft #146

Closed roll closed 3 years ago

roll commented 3 years ago

Hi @adyork @cschloer

It's a second attempt to solve this https://github.com/BCODMO/laminar_web/issues/801

If it makes sense for Laminary we can ask Adam does something like this needs to be in the core or better as a custom processor.

Please take a look at the test in the PR

adyork commented 3 years ago

Thanks @roll , we will see if we can use this and provide feedback.

It seems to me that would be incredibly useful for others as well if they have naming conventions they want to check the field names against in a resource. Maybe worth asking other pilot projects about.

roll commented 3 years ago

Closing it for now