File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
7777support. This choice was made because SQLite doesn't support ` DROP ... CASCADE `
7878or ` ALTER VIEW ` or provide information about relation dependencies in something
7979information_schema-like. These limitations make it really difficult to make the
You can’t perform that action at this time.
0 commit comments