File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ dbt_sqlite:
37
37
schema_directory : ' /myproject/data/schemas'
38
38
39
39
# optional: semi-colon separated list of file paths for SQLite extensions to load.
40
- # digest.so is needed to provide the md5 function needed for snapshots to work.
41
- # see section in README on how to install it
40
+ # digest.so is needed to provide for snapshots to work; see README
42
41
extensions : " /path/to/sqlite-digest/digest.so"
43
42
44
43
```
@@ -85,7 +84,8 @@ dbt 0.18.1. It's largely untested elsewhere.
85
84
86
85
## Building the digest extension for SQLite
87
86
88
- For snapshots to work, you need to build the ` digest ` extension. On Ubuntu, run:
87
+ For snapshots to work, you need to build the ` digest ` extension to get an ` md5() `
88
+ function. On Ubuntu, run:
89
89
90
90
```
91
91
git clone https://github.com/mpdn/sqlite-digest
You can’t perform that action at this time.
0 commit comments