Skip to content

Commit ad601b1

Browse files
authored
Merge pull request #65 from yassun7010/add_docs
Add docs
2 parents 22bbefd + f97ca14 commit ad601b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/adapters/snowflake.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
pip install "turu[snowflake]"
1010
```
1111

12+
!!! warning
13+
If you have any dependencies on [pyarrow](https://arrow.apache.org/), please install the following stubs in your development environment to avoid errors due to `Unknown` types.
14+
15+
```sh
16+
pip install --dev pyarrow-stubs
17+
```
18+
1219
## Usage
1320
### Basic Usage
1421

0 commit comments

Comments
 (0)