You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/adapters/snowflake.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@
9
9
pip install "turu[snowflake]"
10
10
```
11
11
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.
0 commit comments