Skip to content

Commit

Permalink
Add trino__source_4 source
Browse files Browse the repository at this point in the history
  • Loading branch information
damian3031 committed Sep 4, 2023
1 parent 3bfcb0e commit cc94897
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion integration_tests/dbt_project_evaluator/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,19 @@ seeds:
test_fct_model_fanout:
+enabled: false

sources:
dbt_project_evaluator_integration_tests:
staging:
source_1:
# Overridden by trino__source_4
source_3:
+enabled: false

vars:
# -- DAG variables --
models_fanout_threshold: 3

exclude_paths_from_project: ["/to_exclude/"]
exclude_paths_from_project: ["/to_exclude/","trino__source_4.trino__table_6"]

# -- Performance variables --
chained_views_threshold: 3
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2

sources:
- name: trino__source_4
schema: real_schema_3
tables:
- name: trino__table_6

0 comments on commit cc94897

Please sign in to comment.