Skip to content

Commit 9996f3a

Browse files
committed
Updated readme
1 parent 3bca1d7 commit 9996f3a

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

README.md

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

4+
Only supports dbt 0.14!
5+
46
Easiest install is to use pip:
57

68
pip install git+https://github.com/mikaelene/dbt-sqlserver#egg=dbt_sqlserver
@@ -17,10 +19,35 @@ Easiest install is to use pip:
1719
database: databasename
1820
schema: schemaname
1921

20-
- Tables will be materialized as columns store index by default. To override specify:
22+
## Supported features
23+
24+
### Materializations
25+
- Table:
26+
- Will be materialized as columns store index by default (requires SQL Server 2017 as least). To override specify:
2127
{{
2228
config(
2329
as_columnstore = false,
2430
)
2531
}}
32+
- View
33+
- Incremental
34+
35+
36+
- Ephemeral: NOT SUPPORTED!
37+
38+
### Seeds
39+
40+
### Hooks
41+
42+
### Custom schemas
43+
44+
### Sources
45+
46+
### Testing & documentation
47+
- Unique: Is the only test tested so far. The rest will be tested and added if possible soon.
48+
49+
- Docs
2650

51+
### Snapshots
52+
- Timestamp
53+
- Check

dbt_sqlserver.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Metadata-Version: 2.1
22
Name: dbt-sqlserver
33
Version: 0.1.0
44
Summary: The sqlserver adpter plugin for dbt (data build tool)
5-
Home-page: UNKNOWN
5+
Home-page: https://github.com/mikaelene/dbt-sqlserver
66
Author: Mikael Ene
77
Author-email: mikael.ene@gmail.com
8-
License: UNKNOWN
8+
License: MIT
99
Description: The sqlserver adpter plugin for dbt (data build tool)
1010
Platform: UNKNOWN
1111
Description-Content-Type: text/markdown

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
long_description_content_type='text/markdown',
2020
author="Mikael Ene",
2121
author_email="mikael.ene@gmail.com",
22-
url="",
22+
url="https://github.com/mikaelene/dbt-sqlserver",
2323
packages=find_packages(),
2424
package_data={
2525
'dbt': [

0 commit comments

Comments
 (0)