Skip to content

Commit

Permalink
Merge pull request #32 from dbt-msft/inherit-from-sqlserver
Browse files Browse the repository at this point in the history
Inherit from dbt-sqlserver
  • Loading branch information
dataders authored Jan 14, 2021
2 parents 515c071 + 2e008f8 commit b6d2015
Show file tree
Hide file tree
Showing 30 changed files with 243 additions and 949 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
executor: python/default
steps:
- checkout
- run:
# ONLY UNTIL NEW RC OF UPSTREAM
name: TEMP install git
command: |
apt-get update
apt-get install -y git
- python/install-packages:
pkg-manager: pip
- run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo apt install unixodbc-dev

The following is needed for every target definition for both SQL Server and Azure SQL. The sections below details how to connect to SQL Server and Azure SQL specifically.
```
type: sqlserver
type: synapse
driver: 'ODBC Driver 17 for SQL Server' (The ODBC Driver installed on your system)
server: server-host-name or ip
port: 1433
Expand Down
13 changes: 0 additions & 13 deletions dbt/adapters/sqlserver/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion dbt/adapters/sqlserver/__version__.py

This file was deleted.

Loading

0 comments on commit b6d2015

Please sign in to comment.