SDF offers a rich open source library ecosystem, as well as open source components that power the SDF CLI and platform.
sdftarget
directory of your workspace.
unique()
, not_null()
). It also supports writing your own custom data tests through simple wrapper macros.
workspace.sdf.yml
file.
Library | Description |
---|---|
SDF Workspace Evaluator | This library contains some of the most used reports and can be used as a model for authoring your own reports. Some of the most popular are dead_column analysis (find columns that are never used and are wasting compute / storage) and and column_description_coverage (find columns that are missing descriptions). |