soma-smart / Fakelake

Generate massive fake datasets for your datalake, fast. By SOMA
https://soma-smart.github.io/Fakelake/
MIT License
17 stars 1 forks source link

[Feature] Refactor provider's parameters logic #36

Closed vianneybacoup closed 5 months ago

vianneybacoup commented 6 months ago

Each provider is actually handling it's own parameters. It checks if the yaml is correct, display the correct warning message, etc... This should be done by an extra layer, Parameter with their inherited class (IntegerParameter, RangeParameter, StringParameter, DateParameter, etc...) That way, each new provider will be even easier to add