From 1aeee76fd63b728a97197be8e22e064050fcb091 Mon Sep 17 00:00:00 2001 From: codeforkjeff Date: Mon, 9 Nov 2020 12:32:57 -0800 Subject: [PATCH] edit for succinctness --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e439272..21cc268 100644 --- a/README.md +++ b/README.md @@ -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" ``` @@ -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