Skip to content

Commit

Permalink
edit for succinctness
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforkjeff committed Nov 9, 2020
1 parent 94532cb commit 1aeee76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ dbt_sqlite:
schema_directory: '/myproject/data/schemas'

# optional: semi-colon separated list of file paths for SQLite extensions to load.
# digest.so is needed to provide the md5 function needed for snapshots to work.
# see section in README on how to install it
# digest.so is needed to provide for snapshots to work; see README
extensions: "/path/to/sqlite-digest/digest.so"

```
Expand Down Expand Up @@ -85,7 +84,8 @@ dbt 0.18.1. It's largely untested elsewhere.

## Building the digest extension for SQLite

For snapshots to work, you need to build the `digest` extension. On Ubuntu, run:
For snapshots to work, you need to build the `digest` extension to get an `md5()`
function. On Ubuntu, run:

```
git clone https://github.com/mpdn/sqlite-digest
Expand Down

0 comments on commit 1aeee76

Please sign in to comment.