Commit 57f31e66 authored by Andrew Coleman's avatar Andrew Coleman Committed by Missy Davies
Browse files

Typo: Transformaion -> Transformation

parent 4f5711ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ In our targets vs actuals reporting, we use a scaffold table to ensure data comp

The `SPECIFIC` schema is to be used for tables that perform a reporting function and act as a source of truth but do not conform to the dimensional modeling structure of the Enterprise Dimensional Model.

## No Transformaion Views
## No Transformation Views

A **No Transformation View** should be direct views of raw source data that are needed for reporting without further transformation. They should not be used to build additional tables since there will be a table upstream in the `RAW` or `PREP` database that will provide better lineage documentation for further transformations. They should always be created as a view with no additional transformation or filtering and should be prefixed with `ntv_`.