Skip to content

Commit

Permalink
remove pyodbc from dev_requirements.txt, alert about pyodbc for Mac u…
Browse files Browse the repository at this point in the history
…sers
  • Loading branch information
arthurcht committed Feb 14, 2024
1 parent 7fadfff commit 5fd1851
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 @@ -3,7 +3,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 @@ -5,7 +5,6 @@ pre-commit==2.21.0;python_version<"3.8"
pre-commit==3.3.1;python_version>="3.8"
pytest-dotenv==0.5.2
dbt-tests-adapter~=1.4.9
pyodbc==4.0.39 --no-binary :all: # if Windows, remove
aiohttp==3.8.3
azure-mgmt-synapse==2.0.0
flaky==3.7.0
Expand Down

0 comments on commit 5fd1851

Please sign in to comment.