We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d0c54 commit 405a660Copy full SHA for 405a660
README.md
@@ -8,7 +8,20 @@ use at your own risk. Issues and PRs welcome!
8
9
## How to Use This
10
11
-Install this package: `pip install dbt-sqlite`
+Use the right version:
12
+
13
+- versions 0.1.x of this adapter work with dbt 0.19.x
14
+- versions 0.0.x of this adapter work with dbt 0.18.x
15
16
+Install this package:
17
18
+```
19
+# run this to install the latest version
20
+pip install dbt-sqlite
21
22
+# OR run this to install a specific version
23
+pip install dbt-sqlite==0.0.4
24
25
26
Create an entry in your `~/.dbt/profiles.yml` file with the following configuration:
27
0 commit comments