-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADAP-894: Support test results as views (#889)
* implement tests for persist test results functionality * updated project config for tests * revert config changes * skip Spark, which needs different delete sql * add Spark config * add a skip marker indicating the issue that needs to be resolved * pull the test case in from core to show that everything passes except for the deletion step * update changelog and test names to reflect renamed parameter * correct fixture names in test * updated the name of the overridden test so that it actually overrides the test * update the row count method so support spark requirements * added --store-failures parameter to the dbt invocation * implement store-failures-as tests * skip spark-session from store-failures-as tests * revert dev requirements to point back to main on dbt-core * revert dev requirements to point back to main on dbt-core * update signature of get_catalog to match dbt-core and appease mypy
- Loading branch information
1 parent
992de28
commit 04d01af
Showing
4 changed files
with
41 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Support storing test failures as views | ||
time: 2023-09-21T18:09:58.174136-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "6914" |
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
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
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