snowpark-checkpoints-configuration 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- snowflake/snowpark_checkpoints_configuration/__version__.py +16 -0
- {snowpark_checkpoints_configuration-0.1.1.dist-info → snowpark_checkpoints_configuration-0.1.2.dist-info}/METADATA +2 -4
- {snowpark_checkpoints_configuration-0.1.1.dist-info → snowpark_checkpoints_configuration-0.1.2.dist-info}/RECORD +5 -4
- {snowpark_checkpoints_configuration-0.1.1.dist-info → snowpark_checkpoints_configuration-0.1.2.dist-info}/WHEEL +0 -0
- {snowpark_checkpoints_configuration-0.1.1.dist-info → snowpark_checkpoints_configuration-0.1.2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,16 @@
|
|
1
|
+
# Copyright 2025 Snowflake Inc.
|
2
|
+
# SPDX-License-Identifier: Apache-2.0
|
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
|
+
__version__ = "0.1.2"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: snowpark-checkpoints-configuration
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Migration tools for Snowpark
|
5
5
|
Project-URL: Bug Tracker, https://github.com/snowflakedb/snowpark-checkpoints/issues
|
6
6
|
Project-URL: Source code, https://github.com/snowflakedb/snowpark-checkpoints/
|
@@ -42,9 +42,7 @@ Description-Content-Type: text/markdown
|
|
42
42
|
# snowpark-checkpoints-configuration
|
43
43
|
|
44
44
|
---
|
45
|
-
|
46
|
-
This package is on Public Preview.
|
47
|
-
|
45
|
+
##### This package is on Public Preview.
|
48
46
|
---
|
49
47
|
**snowpark-checkpoints-configuration** is a module for loading `checkpoint.json` and provides a model.
|
50
48
|
This module will work automatically with *snowpark-checkpoints-collector* and *snowpark-checkpoints-validators*. This will try to read the configuration file from the current working directory.
|
@@ -1,9 +1,10 @@
|
|
1
1
|
snowflake/snowpark_checkpoints_configuration/__init__.py,sha256=ILSUJf0losOC1vPMWITsK0zv5NjccBy8wlgQd5-YJlU,756
|
2
|
+
snowflake/snowpark_checkpoints_configuration/__version__.py,sha256=qNTBwMUtsLu0okWXwrUvl9AohG1pXd4kalMC8v10gHM,632
|
2
3
|
snowflake/snowpark_checkpoints_configuration/checkpoint_metadata.py,sha256=6V968CUQcYu0CnSHnJmP3Ccgmekfyfanh9JinH7UGOA,2207
|
3
4
|
snowflake/snowpark_checkpoints_configuration/checkpoint_name_utils.py,sha256=WExQaZ4oL4otDCtM8kyGbf0Gn_v1a-tzM5j1p0wVDVg,1767
|
4
5
|
snowflake/snowpark_checkpoints_configuration/singleton.py,sha256=7AgIHQBXVRvPBBCkmBplzkdrrm-xVWf_N8svzA2vF8E,836
|
5
6
|
snowflake/snowpark_checkpoints_configuration/model/checkpoints.py,sha256=5OJfAU3oyQZoffOD01Pr1aNlghSKqZ6L-JAhggC0T5Y,3688
|
6
|
-
snowpark_checkpoints_configuration-0.1.
|
7
|
-
snowpark_checkpoints_configuration-0.1.
|
8
|
-
snowpark_checkpoints_configuration-0.1.
|
9
|
-
snowpark_checkpoints_configuration-0.1.
|
7
|
+
snowpark_checkpoints_configuration-0.1.2.dist-info/METADATA,sha256=B0Mi9vZ_0cQQSkqIPO_RM-NVQ2bgsFZEgZh38UBBMOY,2724
|
8
|
+
snowpark_checkpoints_configuration-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
snowpark_checkpoints_configuration-0.1.2.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
10
|
+
snowpark_checkpoints_configuration-0.1.2.dist-info/RECORD,,
|
File without changes
|