Skip to content

Commit dff0297

Browse files
SNOW-2962585: Provide a link to minicore source (#2731)
1 parent aaa2148 commit dff0297

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1010
- v4.2.0(January 07,2026)
1111
- Added `SnowflakeCursor.stats` property to expose granular DML statistics (rows inserted, deleted, updated, and duplicates) for operations like CTAS where `rowcount` is insufficient.
1212
- Added support for injecting SPCS service identifier token (`SPCS_TOKEN`) into login requests when present in SPCS containers.
13-
- Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions.
13+
- Introduced shared library([source code](https://github.com/snowflakedb/universal-driver/tree/main/sf_mini_core)) for extended telemetry to identify and prepare testing platform for native rust extensions.
1414

1515
- v4.1.1(December 12,2025)
1616
- Relaxed pandas dependency requirements for Python below 3.12.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ To ensure the authenticity and integrity of the Python package, follow the steps
103103
Verified OK
104104
````
105105

106-
## NOTE
106+
## Notes
107107

108108
This library currently does not support GCP regional endpoints. Please ensure that any workloads using through this library do not require support for regional endpoints on GCP. If you have questions about this, please contact [Snowflake Support](https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge).
109+
110+
The driver uses Rust library called sf_mini_core, you can find its source code [here](https://github.com/snowflakedb/universal-driver/tree/main/sf_mini_core)

0 commit comments

Comments
 (0)