Skip to content

Commit 4af6f2f

Browse files
committed
typos
1 parent 86223b2 commit 4af6f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dbt_sqlite:
3636
# directory where all *.db files are attached as schema, using base filename
3737
# as schema name, and where new schema are created. this can overlap with the dirs of
3838
# files in schemas_and_paths as long as there's no conflicts.
39-
schema_directory: '/myproject/data'
39+
schema_directory: '/my_project/data'
4040

4141
# optional: semi-colon separated list of file paths for SQLite extensions to load.
4242
# digest.so is needed to provide for snapshots to work; see README
@@ -73,7 +73,7 @@ and schemas.)
7373
`materialized='table'` in models that reference other schemas.
7474

7575
- Materializations are simplified: they drop and re-create the model, instead of
76-
doing the backup-and-swap-in new mode that the other dbt database adapters
76+
doing the backup-and-swap-in new model that the other dbt database adapters
7777
support. This choice was made because SQLite doesn't support `DROP ... CASCADE`
7878
or `ALTER VIEW` or provide information about relation dependencies in something
7979
information_schema-like. These limitations make it really difficult to make the

0 commit comments

Comments
 (0)