From dc326b9a6d823999e6174ee08197544910dd6059 Mon Sep 17 00:00:00 2001 From: Mikael Ene Date: Mon, 9 Dec 2019 20:26:39 +0100 Subject: [PATCH] Updated readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b81e4d..3989f4d5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # dbt-sqlserver [dbt](https://www.getdbt.com) adapter for sql server. -Passing all tests in [dbt-integration-tests](https://github.com/fishtown-analytics/dbt-integration-tests/). Only supports dbt 0.14 and newer! +Passing all tests in [dbt-integration-tests](https://github.com/fishtown-analytics/dbt-integration-tests/). + +Only supports dbt 0.14 and newer! +- For dbt 0.14.x use dbt-sqlserver 0.14.x +- For dbt 0.15.x use dbt-sqlserver 0.15.x Easiest install is to use pip: pip install dbt-sqlserver -Since version 0.14.0, pyodbc is used for connecting to SQL Server. It is advised to use the same version of dbt-sqlserver as for dbt. ## Configure your profile Configure your dbt profile for using SQL Server authentication or Integrated Security: @@ -68,3 +71,5 @@ But, columns in source table can not have any constraints. If for example any co ### v0.15.0 Requires dbt v0.15.0 or greater +### pre v0.15.0 +Requires dbt v0.14.x \ No newline at end of file