@@ -4,100 +4,122 @@ seeds:
44 - name : test_fct_multiple_sources_joined
55 data_tests :
66 - dbt_utils.equality :
7- name : equality_fct_multiple_sources_joined
8- compare_model : ref('fct_multiple_sources_joined')
9- compare_columns :
10- - child
11- - " {{ 'source_parents' if target.type != 'databricks' else 'child' }}"
7+ config :
8+ name : equality_fct_multiple_sources_joined
9+ arguments :
10+ compare_model : ref('fct_multiple_sources_joined')
11+ compare_columns :
12+ - child
13+ - " {{ 'source_parents' if target.type != 'databricks' else 'child' }}"
1214
1315 - name : test_fct_direct_join_to_source
1416 data_tests :
1517 - dbt_utils.equality :
16- name : equality_fct_direct_join_to_source
17- compare_model : ref('fct_direct_join_to_source')
18- compare_columns :
19- - parent
20- - parent_resource_type
21- - child
22- - child_resource_type
23- - distance
18+ config :
19+ name : equality_fct_direct_join_to_source
20+ arguments :
21+ compare_model : ref('fct_direct_join_to_source')
22+ compare_columns :
23+ - parent
24+ - parent_resource_type
25+ - child
26+ - child_resource_type
27+ - distance
2428
2529 - name : test_fct_duplicate_sources
2630 data_tests :
2731 - dbt_utils.equality :
28- name : equality_fct_duplicate_sources
29- compare_model : ref('fct_duplicate_sources')
30- compare_columns :
31- - source_names
32+ config :
33+ name : equality_fct_duplicate_sources
34+ arguments :
35+ compare_model : ref('fct_duplicate_sources')
36+ compare_columns :
37+ - source_names
3238
3339 - name : test_fct_root_models
3440 data_tests :
3541 - dbt_utils.equality :
36- name : equality_fct_root_models
37- compare_model : ref('fct_root_models')
42+ config :
43+ name : equality_fct_root_models
44+ arguments :
45+ compare_model : ref('fct_root_models')
3846
3947 - name : test_fct_unused_sources
4048 data_tests :
4149 - dbt_utils.equality :
42- name : equality_fct_unused_sources
43- compare_model : ref('fct_unused_sources')
50+ config :
51+ name : equality_fct_unused_sources
52+ arguments :
53+ compare_model : ref('fct_unused_sources')
4454
4555 - name : test_fct_source_fanout
4656 data_tests :
4757 - dbt_utils.equality :
48- name : equality_fct_source_fanout
49- compare_model : ref('fct_source_fanout')
50- compare_columns :
51- - parent
52- - " {{ 'model_children' if target.type != 'databricks' else 'parent' }}"
58+ config :
59+ name : equality_fct_source_fanout
60+ arguments :
61+ compare_model : ref('fct_source_fanout')
62+ compare_columns :
63+ - parent
64+ - " {{ 'model_children' if target.type != 'databricks' else 'parent' }}"
5365
5466 - name : test_fct_model_fanout
5567 data_tests :
5668 - dbt_utils.equality :
57- name : equality_fct_model_fanout
58- compare_model : ref('fct_model_fanout')
59- compare_columns :
60- - parent
61- - parent_model_type
62- - " {{ 'leaf_children' if target.type != 'databricks' else 'parent_model_type' }}"
69+ config :
70+ name : equality_fct_model_fanout
71+ arguments :
72+ compare_model : ref('fct_model_fanout')
73+ compare_columns :
74+ - parent
75+ - parent_model_type
76+ - " {{ 'leaf_children' if target.type != 'databricks' else 'parent_model_type' }}"
6377
6478 - name : test_fct_staging_dependent_on_staging
6579 data_tests :
6680 - dbt_utils.equality :
67- name : equality_fct_staging_dependent_on_staging
68- compare_model : ref('fct_staging_dependent_on_staging')
69- compare_columns :
70- - parent
71- - parent_model_type
72- - child
73- - child_model_type
81+ config :
82+ name : equality_fct_staging_dependent_on_staging
83+ arguments :
84+ compare_model : ref('fct_staging_dependent_on_staging')
85+ compare_columns :
86+ - parent
87+ - parent_model_type
88+ - child
89+ - child_model_type
7490
7591 - name : test_fct_rejoining_of_upstream_concepts
7692 data_tests :
7793 - dbt_utils.equality :
78- name : equality_fct_rejoining_of_upstream_concepts
79- compare_model : ref('fct_rejoining_of_upstream_concepts')
80- compare_columns :
81- - parent
82- - child
83- - parent_and_child
84- - is_loop_independent
94+ config :
95+ name : equality_fct_rejoining_of_upstream_concepts
96+ arguments :
97+ compare_model : ref('fct_rejoining_of_upstream_concepts')
98+ compare_columns :
99+ - parent
100+ - child
101+ - parent_and_child
102+ - is_loop_independent
85103
86104 - name : test_fct_hard_coded_references
87105 data_tests :
88106 - dbt_utils.equality :
89- name : equality_fct_hard_coded_references
90- compare_model : ref('fct_hard_coded_references')
91- compare_columns :
92- - model
93- - hard_coded_references
107+ config :
108+ name : equality_fct_hard_coded_references
109+ arguments :
110+ compare_model : ref('fct_hard_coded_references')
111+ compare_columns :
112+ - model
113+ - hard_coded_references
94114
95115 - name : test_fct_too_many_joins
96116 data_tests :
97117 - dbt_utils.equality :
98- name : equality_fct_too_many_joins
99- compare_model : ref('fct_too_many_joins')
100- compare_columns :
101- - resource_name
102- - file_path
103- - join_count
118+ config :
119+ name : equality_fct_too_many_joins
120+ arguments :
121+ compare_model : ref('fct_too_many_joins')
122+ compare_columns :
123+ - resource_name
124+ - file_path
125+ - join_count
0 commit comments