File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
9
9
# Release Notes
10
10
- v3.17.1(TBD)
11
11
- Added ` infer_schema ` parameter to ` write_pandas ` to perform schema inference on the passed data.
12
+ - Namespace ` snowlake ` reverted back to non-module.
12
13
13
14
- v3.17.0(August 16,2025)
14
15
- Added in-band HTTP exception telemetry.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ py -%pv% -m build --outdir dist\rawwheel --wheel .
43
43
if %errorlevel% neq 0 goto :error
44
44
45
45
:: patch the wheel by including its dependencies
46
- py -%pv% -m delvewheel repair -vv -w dist dist\rawwheel\*
46
+ py -%pv% -m delvewheel repair -vv -w dist --namespace-pkg snowflake dist\rawwheel\*
47
47
if %errorlevel% neq 0 goto :error
48
48
49
49
rd /s /q dist\rawwheel
You can’t perform that action at this time.
0 commit comments