Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Oct 16, 2024
1 parent 405dd59 commit d552d41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions posthog/warehouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ Without this, you'll get the following error when connecting a SQL database to d
```
symbol not found in flat namespace '_bcp_batch'
```

If the issue persists, install from source without cache again

```
pip install --pre --no-binary :all: pymssql --no-cache
```

0 comments on commit d552d41

Please sign in to comment.