Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelene committed Dec 9, 2019
1 parent 25d8469 commit dc326b9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

0 comments on commit dc326b9

Please sign in to comment.