PicnicSupermarket / diepvries

The Picnic Data Vault framework.
https://diepvries.picnic.tech
MIT License
126 stars 15 forks source link

Add validation for driving keys #41

Closed lianogueira closed 1 year ago

lianogueira commented 1 year ago

Issue: We noticed an issue with duplicates in the link/eff_sattelite tables when the incorrect prefix is given to the table names.

Solution: Add a validation that will fail the process when:

Implementation: Add a validation method in the instantiation of a driving key.

mcasara commented 1 year ago

Should we add a test?

lianogueira commented 1 year ago

@mcasara @dlouseiro @matthieucan I added a couple of tests. Let me know if this is what you had in mind.