2 Comments

It looks simple and performant. Are there any pre-built code checks or everything must be coded in separate SQL files?

Expand full comment

Hey - Wolfram here, co-founder of SDF Labs.

Thanks for your question! The engine ships with sample projects. Sample projects have exemplary classifiers and companion code checks.

We ship examples

* for data quality, e.g. currency isn't mixed, time grains are obeyed, country code is use consistently.

* for data privacy, e.g. PII is in clear text on ingestion but then anonymized on consumption

* for data visibility, e.g. this table can only be used by a subset of other tables

In the future, Code Checks will be able to be referenced by name instead of by file, and could reside in a library. They'll be published and shared by SDF and the community :)

Expand full comment