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:
3737 schema_directory : ' /myproject/data/schemas'
3838
3939 # 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
4241 extensions : " /path/to/sqlite-digest/digest.so"
4342
4443```
@@ -85,7 +84,8 @@ dbt 0.18.1. It's largely untested elsewhere.
8584
8685## Building the digest extension for SQLite
8786
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:
8989
9090```
9191git clone https://github.com/mpdn/sqlite-digest
You can’t perform that action at this time.
0 commit comments