-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add conditional uniqueness tests for iasWorld tables #98
Merged
jeancochrane
merged 13 commits into
master
from
jeancochrane/87-add-conditional-uniqueness-tests-for-iasworld-tables
Aug 25, 2023
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1eb0a2b
Add source freshness definitions for iasworld tables
jeancochrane 006ade8
Add test_dbt_source_freshness workflow
jeancochrane d9366cb
Consolidate shared dbt setup steps into setup_dbt composite action on CI
jeancochrane 913db16
Temporarily add config to run test_dbt_source_freshness on PRs for te…
jeancochrane 4fafd6f
Revert "Temporarily add config to run test_dbt_source_freshness on PR…
jeancochrane a829bfb
Adjust iasworld freshness checks to include prior year's data
jeancochrane 671dc6d
Use YAML anchors for error/warning thresholds in iasworld source fres…
jeancochrane cf32372
Add `where` flag to unique_combination_of_columns macro and use it in…
jeancochrane 2ca0f81
Add uniqueness tests for htpar and sales tables
jeancochrane 8f0e011
Merge 'master' into jeancochrane/87-add-conditional-uniqueness-tests-…
jeancochrane 6a0f10e
Add additional filter condition to asmt_all test that was missing fro…
jeancochrane a6f876a
Move where cluase in unique_combination_of_columns macro and add it t…
jeancochrane 8e72252
Switch to using builtin config.where filter for iasworld tests
jeancochrane File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought (dreadful): It's going to be so much fun to figure out what all these errors are...