Skip to content

Commit

Permalink
Merge branch 'dependency_dbtsqlserver_to_dbtfabric' of github.com:dat…
Browse files Browse the repository at this point in the history
…arootsio/dbt-synapse-dataroots into dbtsynapse1.7
  • Loading branch information
nszoni committed Feb 15, 2024
2 parents 55e26b1 + 5fd1851 commit 008a02d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

#### Under the hood
* Switch dependency from dbt-sqlserver to dbt-fabric (per https://github.com/dbt-msft/dbt-sqlserver/issues/441)
* if Windows, remove `pyodbc==4.0.39 --no-binary :all:` in dev_requirements.txt
* for Mac users, before running `make dev`, add `pyodbc==4.0.39 --no-binary :all:` in dev_requirements.txt
* about pyodbc "Symbol not found: _SQLAllocHandle" error https://stackoverflow.com/questions/66731036/unable-to-import-pyodbc-on-apple-silicon-symbol-not-found-sqlallochandle

## v1.4.0

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyenv activate dbt-synapse
Install the development dependencies and pre-commit and get information about possible make commands:

```shell
make dev # if Windows, remove `pyodbc==4.0.39 --no-binary :all:` in dev_requirements.txt
make dev # for Mac users, add `pyodbc==4.0.39 --no-binary :all:` in dev_requirements.txt before running `make dev`
make help
```

Expand Down
1 change: 0 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ wheel==0.42.0
pre-commit==3.5.0
pytest-dotenv==0.5.2
dbt-tests-adapter~=1.7.4
pyodbc==5.0.1
aiohttp==3.8.3
azure-mgmt-synapse==2.0.0
flaky==3.7.0
Expand Down

0 comments on commit 008a02d

Please sign in to comment.