Skip to content

Commit 4db7f96

Browse files
committed
fix ci
1 parent 90774ea commit 4db7f96

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ repos:
1010
- id: trailing-whitespace
1111
exclude: >
1212
(?x)^(
13-
src/snowflake/connector/cpp/ArrowIterator/flatcc|
13+
src/snowflake/connector/cpp/ArrowIterator/flatcc/.*\.h|
1414
src/snowflake/connector/cpp/ArrowIterator/nanoarrow_ipc.c|
1515
)$
1616
- id: end-of-file-fixer
1717
exclude: >
1818
(?x)^(
1919
license_header.txt|
20-
src/snowflake/connector/cpp/ArrowIterator/flatcc|
20+
src/snowflake/connector/cpp/ArrowIterator/flatcc/.*\.h|
2121
)$
2222
- id: check-yaml
2323
exclude: .github/repo_meta.yaml
@@ -37,7 +37,6 @@ repos:
3737
(?x)^(
3838
src/snowflake/connector/version.py|
3939
src/snowflake/connector/cpp|
40-
src/snowflake/connector/cpp/ArrowIterator/nanoarrow.hpp|
4140
)$
4241
args:
4342
- --license-filepath
@@ -50,6 +49,10 @@ repos:
5049
- //
5150
- --license-filepath
5251
- license_header.txt
52+
exclude: >
53+
(?x)^(
54+
src/snowflake/connector/cpp/ArrowIterator/nanoarrow.hpp|
55+
)$
5356
- repo: https://github.com/asottile/yesqa
5457
rev: v1.5.0
5558
hooks:

DESCRIPTION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11+
- v3.1.0a1(TBD)
12+
- Version 3.1.0a1 is our first efforts to build snowflake-connector-python based on apache nanoarrow projects, which
13+
reduces the package size as well as removes a hard dependency on a specific version of pyarrow.
14+
1115
- v3.0.5(TBD)
1216
- Added a feature that lets you add connection definitions to the `config.toml` configuration file. A connection definition refers to a collection of connection parameters. The connection configuration name must begin with **connections**, similar to the following that defines the parameters for the `prod` connection:
1317

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ prune ci
2121
prune benchmark
2222
prune test
2323
prune tested_requirements
24-
prune stress
2524
prune src/snowflake/connector/cpp/scripts
2625
prune __pycache__
2726
prune samples

0 commit comments

Comments
 (0)