Master dbt Testing: How to Avoid False Negatives when Testing Between Project Layers
We have a small project with four layers: 1. Raw — incoming raw data2. Validation —Relationship and data validations. Transformations into facts and dims3. Reporting — joining facts and dims to meet presentation requirements4. Business Application — presentation layer. Views, with security where needed, of the reporting objects When we added relationship tests between project […]
Master dbt Testing: How to Avoid False Negatives when Testing Between Project Layers Read More »
Business Intelligence, Data Engineering, dbt