Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conditional uniqueness tests for iasWorld tables (#98)
* Add source freshness definitions for iasworld tables * Add test_dbt_source_freshness workflow * Consolidate shared dbt setup steps into setup_dbt composite action on CI * Temporarily add config to run test_dbt_source_freshness on PRs for testing * Revert "Temporarily add config to run test_dbt_source_freshness on PRs for testing" This reverts commit 913db16. * Adjust iasworld freshness checks to include prior year's data * Use YAML anchors for error/warning thresholds in iasworld source freshness config * Add `where` flag to unique_combination_of_columns macro and use it in iasworld test * Add uniqueness tests for htpar and sales tables * Add additional filter condition to asmt_all test that was missing from sheet * Move where cluase in unique_combination_of_columns macro and add it to docstring * Switch to using builtin config.where filter for iasworld tests
- Loading branch information