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:
36
36
# directory where all *.db files are attached as schema, using base filename
37
37
# as schema name, and where new schema are created. this can overlap with the dirs of
38
38
# files in schemas_and_paths as long as there's no conflicts.
39
- schema_directory : ' /myproject /data'
39
+ schema_directory : ' /my_project /data'
40
40
41
41
# optional: semi-colon separated list of file paths for SQLite extensions to load.
42
42
# digest.so is needed to provide for snapshots to work; see README
@@ -73,7 +73,7 @@ and schemas.)
73
73
` materialized='table' ` in models that reference other schemas.
74
74
75
75
- 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
77
77
support. This choice was made because SQLite doesn't support ` DROP ... CASCADE `
78
78
or ` ALTER VIEW ` or provide information about relation dependencies in something
79
79
information_schema-like. These limitations make it really difficult to make the
You can’t perform that action at this time.
0 commit comments