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: go/docs/snowflake.md
+25-18Lines changed: 25 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
-
<!--
2
-
Copyright (c) 2025 ADBC Drivers Contributors
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License");
5
-
you may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
15
-
-->
1
+
---
2
+
# Copyright (c) 2025 ADBC Drivers Contributors
3
+
#
4
+
# Licensed under the Apache License, Version 2.0 (the "License");
5
+
# you may not use this file except in compliance with the License.
6
+
# You may obtain a copy of the License at
7
+
#
8
+
# http://www.apache.org/licenses/LICENSE-2.0
9
+
#
10
+
# Unless required by applicable law or agreed to in writing, software
11
+
# distributed under the License is distributed on an "AS IS" BASIS,
12
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+
# See the License for the specific language governing permissions and
14
+
# limitations under the License.
15
+
{}
16
+
---
16
17
17
18
{{ cross_reference|safe }}
18
19
# Snowflake Driver {{ version }}
@@ -35,7 +36,7 @@ Using the Snowflake driver requires a Snowflake account and authentication. See
35
36
36
37
## Connecting
37
38
38
-
To connect, replace the snowflake options below with the appropriate values for your situation and run the following:
39
+
To connect, replace the Snowflake options below with the appropriate values for your situation and run the following:
39
40
40
41
```python
41
42
from adbc_driver_manager import dbapi
@@ -62,11 +63,11 @@ conn = dbapi.connect(
62
63
)
63
64
```
64
65
65
-
Note: The example above is for Python using the [adbc-driver-manager](https://pypi.org/project/adbc-driver-manager) package but the process will be similar for other driver managers.
66
+
Note: The example above is for Python using the [adbc-driver-manager](https://pypi.org/project/adbc-driver-manager) package but the process will be similar for other driver managers. See [adbc-quickstarts](https://github.com/columnar-tech/adbc-quickstarts).
66
67
67
68
The driver supports connecting with individual options or connection strings.
68
69
69
-
## Connection String Format
70
+
###Connection String Format
70
71
71
72
Snowflake URI syntax:
72
73
@@ -106,4 +107,10 @@ Examples:
106
107
107
108
{{ footnotes|safe }}
108
109
110
+
## Previous Versions
111
+
112
+
To see documentation for previous versions of this driver, see the following:
0 commit comments