File tree 4 files changed +3
-20
lines changed
tests/integ/snowflake/cortex
4 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ To build the package, run:
52
52
` bazel ` can be run from anywhere under the monorepo and it can accept absolute path or a relative path. For example,
53
53
54
54
``` sh
55
- snowml> bazel build :wheel
55
+ snowml> bazel build --config=build :wheel
56
56
```
57
57
58
58
You can build an entire sub-tree as:
@@ -375,7 +375,7 @@ Each line shows:
375
375
If you want to apply all the suggested changes, run the following command to update the `requirements.yml` file
376
376
377
377
` ` ` sh
378
- bazel run //bazel/requirements:update_version_requirements -- requirements.yml
378
+ bazel run --config=core //bazel/requirements:update_version_requirements -- requirements.yml
379
379
` ` `
380
380
381
381
# # Unit Testing
Original file line number Diff line number Diff line change @@ -12,15 +12,9 @@ dependencies:
12
12
- lightgbm==4.1.0
13
13
- numpy==1.26.4
14
14
- packaging==24.1
15
- - pandas==1.5.3
16
- - pyarrow==16.1.0
17
- - pydantic==2.8.2
18
15
- python-build==0.10.0
19
16
- ruamel.yaml==0.17.21
20
17
- scikit-learn==1.5.1
21
- - snowflake-connector-python==3.10.0
22
- - snowflake-snowpark-python==1.17.0
23
- - sphinx==5.0.2
24
18
- toml==0.10.2
25
19
- types-toml==0.10.8.6
26
20
- xgboost==2.1.1
Original file line number Diff line number Diff line change 162
162
- name : pandas
163
163
dev_version : 1.5.3
164
164
version_requirements : ' >=1.0.0,<3'
165
- tags :
166
- - build_essential
167
165
- name : protobuf
168
166
dev_version : 4.25.3
169
167
- name : psutil
173
171
- name : pyarrow
174
172
dev_version : 16.1.0
175
173
version_requirements : ' '
176
- tags :
177
- - build_essential
178
174
- name : pydantic
179
175
dev_version : 2.8.2
180
- tags :
181
- - build_essential
182
176
- name : pyjwt
183
177
dev_version : 2.8.0
184
178
version_requirements : ' >=2.0.0, <3'
245
239
name_pypi : snowflake-connector-python[pandas]
246
240
dev_version : 3.10.0
247
241
version_requirements : ' >=3.5.0,<4'
248
- tags :
249
- - build_essential
250
242
- name : snowflake-snowpark-python
251
243
dev_version : 1.17.0
252
244
version_requirements : ' >=1.17.0,<2,!=1.26.0'
253
- tags :
254
- - build_essential
255
245
- name : sphinx
256
246
dev_version : 5.0.2
257
- tags :
258
- - build_essential
259
247
- name : starlette
260
248
dev_version : 0.27.0
261
249
- name : sqlparse
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ class CompleteRestSnowparkTest(common_test_base.CommonTestBase):
164
164
# SHOW statements are one of those:
165
165
# https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights
166
166
@common_test_base .CommonTestBase .sproc_test (local = False , test_owners_rights = False )
167
+ @absltest .skip ("https://snowflakecomputing.atlassian.net/browse/SNOW-1957615" ) # type: ignore[misc]
167
168
def test_rest_snowpark_env (self ) -> None :
168
169
result = Complete (
169
170
model = _MODEL_NAME ,
You can’t perform that action at this time.
0 commit comments