snowpark-checkpoints-configuration 0.1.0rc1__py3-none-any.whl → 0.2.0rc1__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.
- {snowpark_checkpoints_configuration-0.1.0rc1.dist-info → snowpark_checkpoints_configuration-0.2.0rc1.dist-info}/METADATA +4 -3
- snowpark_checkpoints_configuration-0.2.0rc1.dist-info/RECORD +4 -0
- snowpark_checkpoints_configuration-0.1.0rc1.dist-info/RECORD +0 -4
- {snowpark_checkpoints_configuration-0.1.0rc1.dist-info → snowpark_checkpoints_configuration-0.2.0rc1.dist-info}/WHEEL +0 -0
- {snowpark_checkpoints_configuration-0.1.0rc1.dist-info → snowpark_checkpoints_configuration-0.2.0rc1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: snowpark-checkpoints-configuration
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.0rc1
|
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/
|
@@ -241,6 +241,7 @@ Requires-Dist: twine==5.1.1; extra == 'development'
|
|
241
241
|
Description-Content-Type: text/markdown
|
242
242
|
|
243
243
|
# snowpark-checkpoints-configuration
|
244
|
+
|
244
245
|
---
|
245
246
|
**NOTE**
|
246
247
|
|
@@ -256,11 +257,11 @@ This module will work automatically with *snowpark-checkpoints-collector* and *
|
|
256
257
|
To explicit load a file, you can import `CheckpointMetadata` and create an instance as shown below:
|
257
258
|
|
258
259
|
```python
|
259
|
-
from hypothesis import given
|
260
260
|
from snowflake.snowpark_checkpoints_configuration import CheckpointMetadata
|
261
261
|
|
262
262
|
my_checkpoint_metadata = CheckpointMetadata("path/to/checkpoint.json")
|
263
263
|
|
264
264
|
checkpoint_model = my_checkpoint_metadata.get("my_checkpoint_name")
|
265
|
-
|
265
|
+
...
|
266
266
|
```
|
267
|
+
------
|
@@ -0,0 +1,4 @@
|
|
1
|
+
snowpark_checkpoints_configuration-0.2.0rc1.dist-info/METADATA,sha256=VWGHNDbGiJWd6SydDmdh5v0_FnF7Ym6f6D6y66_0bbE,15574
|
2
|
+
snowpark_checkpoints_configuration-0.2.0rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
3
|
+
snowpark_checkpoints_configuration-0.2.0rc1.dist-info/licenses/LICENSE,sha256=pmjhbh6uVhV5MBXOlou_UZgFP7CYVQITkCCdvfcS5lY,11340
|
4
|
+
snowpark_checkpoints_configuration-0.2.0rc1.dist-info/RECORD,,
|
@@ -1,4 +0,0 @@
|
|
1
|
-
snowpark_checkpoints_configuration-0.1.0rc1.dist-info/METADATA,sha256=gGh7bbKtJNZGmmF4PJmdH7Q9QRL96uu54IBjPcG_6xo,15599
|
2
|
-
snowpark_checkpoints_configuration-0.1.0rc1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
3
|
-
snowpark_checkpoints_configuration-0.1.0rc1.dist-info/licenses/LICENSE,sha256=pmjhbh6uVhV5MBXOlou_UZgFP7CYVQITkCCdvfcS5lY,11340
|
4
|
-
snowpark_checkpoints_configuration-0.1.0rc1.dist-info/RECORD,,
|
File without changes
|