Skip to content

Commit 1e59569

Browse files
Update sample profiles
1 parent 8109629 commit 1e59569

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

dbt/include/sqlite/sample_profiles.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ default:
66
threads: 1
77
database: <database name>
88
schema: 'main'
9-
schemas_and_paths: 'main=/my_project/data/etl.db'
9+
schemas_and_paths:
10+
main: '/my_project/data/etl.db'
1011
schema_directory: '/my_project/data'
11-
extensions: '/path/to/sqlite-digest/digest.so'
12+
extensions:
13+
- '/path/to/sqlite-digest/digest.so'
1214

1315
prod:
1416
type: sqlite
1517
threads: 1
1618
database: <database name>
1719
schema: 'main'
18-
schemas_and_paths: 'main=/my_project/data/etl.db'
20+
schemas_and_paths:
21+
main: '/my_project/data/etl.db'
1922
schema_directory: '/my_project/data'
20-
extensions: '/path/to/sqlite-digest/digest.so'
23+
extensions:
24+
- '/path/to/sqlite-digest/digest.so'
2125

2226
target: dev

0 commit comments

Comments
 (0)