Commit 28822f1
File tree
15 files changed
+620
-20
lines changed- .circleci
- integration_tests/dbt_expectations
- macros/dbt_expectations/schema_tests
- _generalized
- aggregate_functions
- distributional
- multi-column
- table_shape
15 files changed
+620
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
Submodule dbt-audit-helper updated from a46aeb1 to c6b917c
- CHANGELOG.md-13
- README.md+1-16
- dbt_project.yml+4
- integration_tests/dbt_project.yml+8-7
- integration_tests/macros/get_test_dates.sql-57
- integration_tests/models/dates.sql-6
- integration_tests/models/dim_hour.sql-12
- integration_tests/models/dim_week.sql-12
- integration_tests/models/test_dates.sql+40-1
- integration_tests/test.sh-16
- macros/calendar_date/_get_utils_namespaces.sql
- macros/calendar_date/day_of_month.sql-3
- macros/calendar_date/day_of_week.sql+3-20
- macros/calendar_date/day_of_year.sql-4
- macros/get_base_dates.sql+5-5
- models/example_models/dates.sql+7
- models/example_models/dim_date.sql+2-7
- models/example_models/dim_date_fiscal.sql+1-6
- packages.yml+2
Submodule dbt-expectations updated 44 files
- CHANGELOG.md+15
- README.md+184-99
- integration_tests/dbt_project.yml+1-1
- integration_tests/models/schema_tests/schema.yml+23-1
- integration_tests/models/schema_tests/timeseries_data.sql+1-1
- integration_tests/models/schema_tests/timeseries_data_extended.sql+1-1
- integration_tests/models/schema_tests/timeseries_hourly_data_extended.sql+1-1
- macros/schema_tests/_generalized/equal_expression.sql+10-2
- macros/schema_tests/_generalized/expression_between.sql+17-7
- macros/schema_tests/_generalized/expression_is_true.sql+12-6
- macros/schema_tests/aggregate_functions/expect_column_distinct_count_to_be_greater_than.sql+2
- macros/schema_tests/aggregate_functions/expect_column_distinct_count_to_equal.sql+2
- macros/schema_tests/aggregate_functions/expect_column_max_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_mean_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_median_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_min_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_most_common_value_to_be_in_set.sql+7-2
- macros/schema_tests/aggregate_functions/expect_column_proportion_of_unique_values_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_quantile_values_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_stdev_to_be_between.sql+6-2
- macros/schema_tests/aggregate_functions/expect_column_sum_to_be_between.sql+4-2
- macros/schema_tests/aggregate_functions/expect_column_unique_value_count_to_be_between.sql+4-2
- macros/schema_tests/column_values_basic/expect_column_values_to_be_between.sql+3-2
- macros/schema_tests/column_values_basic/expect_column_values_to_be_null.sql+1
- macros/schema_tests/column_values_basic/expect_column_values_to_not_be_null.sql+1
- macros/schema_tests/multi-column/expect_column_pair_values_A_to_be_greater_than_B.sql+1
- macros/schema_tests/multi-column/expect_column_pair_values_to_be_equal.sql+1
- macros/schema_tests/multi-column/expect_column_pair_values_to_be_in_set.sql+1
- macros/schema_tests/multi-column/expect_multicolumn_sum_to_equal.sql+2
- macros/schema_tests/string_matching/expect_column_value_lengths_to_be_between.sql+8-8
- macros/schema_tests/string_matching/expect_column_value_lengths_to_equal.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_match_like_pattern.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_match_like_pattern_list.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_match_regex.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_match_regex_list.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_not_match_like_pattern.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_not_match_like_pattern_list.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_not_match_regex.sql+1
- macros/schema_tests/string_matching/expect_column_values_to_not_match_regex_list.sql+1
- macros/schema_tests/table_shape/expect_grouped_row_values_to_have_recent_data.sql+6
- macros/schema_tests/table_shape/expect_table_column_count_to_be_between.sql+19-2
- macros/schema_tests/table_shape/expect_table_row_count_to_be_between.sql+5-3
- macros/schema_tests/table_shape/expect_table_row_count_to_equal.sql+9-1
- packages.yml-2
Submodule dbt-utils updated from 4fbaab8 to bbba960
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Lines changed: 99 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
Lines changed: 100 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
0 commit comments