forked from dbt-labs/dbt-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jmcneill/expression is true tweak (dbt-labs#507)
* Update README.md * add some flexibility to expression_is_true execution plan and add a few new tests * catch duplicate field name exception when the expression_is_true test is invoked * expression is true - rename seeds, format sql and get rid of dupe column handler from PR comments Co-authored-by: Joel Labes <joel.labes@dbtlabs.com>
- Loading branch information
1 parent
2dfdb3c
commit 55058e8
Showing
3 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
integration_tests/data/schema_tests/data_test_expression_is_true_window_functions.csv
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,5 @@ | ||
col_a,col_b,col_c | ||
1,10,15 | ||
1,5,15 | ||
2,16,24 | ||
2,8,24 |
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