You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/splitgraph/cloud/project/snapshots/test_dbt/test_generate_dbt_project/splitgraph_template/dbt_project.yml
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,6 @@ config-version: 2
15
15
# if you are running a local Splitgraph engine and are developing this dbt model against it.
16
16
profile: 'splitgraph_template'
17
17
18
-
# These configurations specify where dbt should look for different types of files.
19
-
# The `model-paths` config, for example, states that models in this project can be
20
-
# found in the "models/" directory. You probably won't need to change these!
21
-
model-paths: ["models"]
22
-
analysis-paths: ["analyses"]
23
-
test-paths: ["tests"]
24
-
seed-paths: ["seeds"]
25
-
macro-paths: ["macros"]
26
-
snapshot-paths: ["snapshots"]
27
-
28
18
target-path: "target"# directory which will store compiled SQL files
29
19
clean-targets: # directories to be removed by `dbt clean`
Copy file name to clipboardExpand all lines: test/splitgraph/cloud/project/snapshots/test_generation/test_generate_project_with_dbt/generate_project_dbt/.github/workflows/build.yml
Copy file name to clipboardExpand all lines: test/splitgraph/cloud/project/snapshots/test_generation/test_generate_project_with_dbt/generate_project_dbt/dbt_project.yml
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,6 @@ config-version: 2
15
15
# if you are running a local Splitgraph engine and are developing this dbt model against it.
16
16
profile: 'splitgraph_template'
17
17
18
-
# These configurations specify where dbt should look for different types of files.
19
-
# The `model-paths` config, for example, states that models in this project can be
20
-
# found in the "models/" directory. You probably won't need to change these!
21
-
model-paths: ["models"]
22
-
analysis-paths: ["analyses"]
23
-
test-paths: ["tests"]
24
-
seed-paths: ["seeds"]
25
-
macro-paths: ["macros"]
26
-
snapshot-paths: ["snapshots"]
27
-
28
18
target-path: "target"# directory which will store compiled SQL files
29
19
clean-targets: # directories to be removed by `dbt clean`
Copy file name to clipboardExpand all lines: test/splitgraph/cloud/project/snapshots/test_generation/test_generate_project_with_dbt/generate_project_dbt/splitgraph.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,5 +100,6 @@ repositories:
100
100
tables: {}
101
101
metadata:
102
102
description: Sample dbt model
103
-
readme: "## Sample dbt model\n\nThis is an autogenerated model referencing data\
0 commit comments