File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# dbt-sqlserver
22https://www.getdbt.com/ adapter for sql server. Based on pymssql.
33
4+ Only supports dbt 0.14!
5+
46Easiest 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
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Metadata-Version: 2.1
22Name: dbt-sqlserver
33Version: 0.1.0
44Summary: The sqlserver adpter plugin for dbt (data build tool)
5- Home-page: UNKNOWN
5+ Home-page: https://github.com/mikaelene/dbt-sqlserver
66Author: Mikael Ene
77Author-email: mikael.ene@gmail.com
8- License: UNKNOWN
8+ License: MIT
99Description: The sqlserver adpter plugin for dbt (data build tool)
1010Platform: UNKNOWN
1111Description-Content-Type: text/markdown
Original file line number Diff line number Diff line change 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' : [
You can’t perform that action at this time.
0 commit comments