databrickslabs / dataframe-rules-engine

Extensible Rules Engine for custom Dataframe / Dataset validation
Other
134 stars 30 forks source link

external rules loaded as json with UT #40

Open sidharthbolar opened 2 years ago

sidharthbolar commented 2 years ago

Hi @GeekSheikh Have extended this library's capability to load rules from an external Json object Have added the corresponding UT to validate the various Rule Types

It uses circe-json to parse json and defines the custom decoders for the various rule types initialisation options available to user

It does not support MinMax Rules, however can incorporate that in the next drop Please review and let me know in case of any feedback

sidharthbolar commented 2 years ago

This implements the enhancement request #4

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.