Skip to content

Commit 4d94d9e

Browse files
committed
Fix seed for test
1 parent 37e05a6 commit 4d94d9e

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

integration_tests/dbt_project.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ vars:
6767
new_model_type_folder_name: 'my_new_models'
6868
new_model_type_prefixes: 'nwmdl_'
6969
insert_batch_size: 100
70-
too_many_joins_threshold: 3
70+
too_many_joins_threshold: 3
71+
chained_views_threshold: 2
Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
11
parent,child,distance
22
stg_model_1,dim_model_7,3
3-
stg_model_1,int_model_5,2
4-
stg_model_2,dim_model_7,2
5-
int_model_4,dim_model_7,2
6-
stg_model_1,dim_model_7,2
7-
stg_model_4,dim_model_7,1
8-
stg_model_2,stg_model_4,1
9-
int_model_4,int_model_5,1
10-
int_model_5,dim_model_7,1
11-
stg_model_1,int_model_5,1
12-
stg_model_1,int_model_4,1
13-
fct_model_9,stg_model_5,1
14-
stg_model_3,fct_model_6,1
15-
stg_model_1,fct_model_10,1
16-
stg_model_2,fct_model_10,1
17-
stg_model_3,fct_model_10,1

0 commit comments

Comments
 (0)