Skip to content

Commit 65cfbfa

Browse files
committed
Up to version 0.1.0 :-)
1 parent ecb78c2 commit 65cfbfa

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# dbt-sqlserver
2-
adapter for dbt sql server
2+
https://www.getdbt.com/ adapter for sql server. Based on pymssql.
33

4+
Easiest install is to use pip:
45

6+
pip install git+https://github.com/mikaelene/dbt-sqlserver#egg=dbt_sqlserver
7+
8+
9+
## Configure your profile
10+
11+
type: sqlserver
12+
threads: 1
13+
server: server-host-name or ip
14+
port: 1433
15+
user: username
16+
password: password
17+
database: databasename
18+
schema: schemaname
519

620
- Tables will be materialized as columns store index by default. To override specify:
721
{{

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66
package_name = "dbt-sqlserver"
7-
package_version = "0.0.1"
7+
package_version = "0.1.0"
88
description = """The sqlserver adpter plugin for dbt (data build tool)"""
99

1010
#this_directory = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)