snowpark-checkpoints-collectors 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_collector/__version__.py +16 -0
- snowflake/snowpark_checkpoints_collector/utils/telemetry.py +1 -1
- {snowpark_checkpoints_collectors-0.1.1.dist-info → snowpark_checkpoints_collectors-0.1.2.dist-info}/METADATA +5 -4
- {snowpark_checkpoints_collectors-0.1.1.dist-info → snowpark_checkpoints_collectors-0.1.2.dist-info}/RECORD +6 -5
- {snowpark_checkpoints_collectors-0.1.1.dist-info → snowpark_checkpoints_collectors-0.1.2.dist-info}/WHEEL +0 -0
- {snowpark_checkpoints_collectors-0.1.1.dist-info → snowpark_checkpoints_collectors-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"
|
@@ -356,7 +356,7 @@ def _get_version() -> str:
|
|
356
356
|
|
357
357
|
"""
|
358
358
|
try:
|
359
|
-
directory_levels_up =
|
359
|
+
directory_levels_up = 1
|
360
360
|
project_root = Path(__file__).resolve().parents[directory_levels_up]
|
361
361
|
version_file_path = project_root / VERSION_FILE_NAME
|
362
362
|
with open(version_file_path) as file:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: snowpark-checkpoints-collectors
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: Snowpark column and table statistics collection
|
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/
|
@@ -28,7 +28,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
28
28
|
Requires-Python: <3.12,>=3.9
|
29
29
|
Requires-Dist: pandera[io]==0.20.4
|
30
30
|
Requires-Dist: pyspark
|
31
|
-
Requires-Dist: snowflake-connector-python
|
31
|
+
Requires-Dist: snowflake-connector-python
|
32
32
|
Requires-Dist: snowflake-snowpark-python==1.26.0
|
33
33
|
Provides-Extra: development
|
34
34
|
Requires-Dist: coverage>=7.6.7; extra == 'development'
|
@@ -44,10 +44,11 @@ Description-Content-Type: text/markdown
|
|
44
44
|
|
45
45
|
# snowpark-checkpoints-collectors
|
46
46
|
|
47
|
+
|
47
48
|
---
|
48
|
-
|
49
|
-
This package is on Public Preview.
|
49
|
+
##### This package is on Public Preview.
|
50
50
|
---
|
51
|
+
|
51
52
|
**snowpark-checkpoints-collector** package offers a function for extracting information from PySpark dataframes. We can then use that data to validate against the converted Snowpark dataframes to ensure that behavioral equivalence has been achieved.
|
52
53
|
## Features
|
53
54
|
|
@@ -1,4 +1,5 @@
|
|
1
1
|
snowflake/snowpark_checkpoints_collector/__init__.py,sha256=yf_DmREHUwtC8y_boY8iaQC3qaKi1miEb5kytllrAaw,874
|
2
|
+
snowflake/snowpark_checkpoints_collector/__version__.py,sha256=qNTBwMUtsLu0okWXwrUvl9AohG1pXd4kalMC8v10gHM,632
|
2
3
|
snowflake/snowpark_checkpoints_collector/collection_common.py,sha256=ff5vYffrTRjoJXZQvVQBaOlegAUj_vXBbl1IZidz8Qo,4510
|
3
4
|
snowflake/snowpark_checkpoints_collector/singleton.py,sha256=7AgIHQBXVRvPBBCkmBplzkdrrm-xVWf_N8svzA2vF8E,836
|
4
5
|
snowflake/snowpark_checkpoints_collector/summary_stats_collector.py,sha256=cvG1C9rLyF4w3Fybr3o_cno6mEHbXsbU17D_y2RrNck,12823
|
@@ -30,8 +31,8 @@ snowflake/snowpark_checkpoints_collector/snow_connection_model/snow_connection.p
|
|
30
31
|
snowflake/snowpark_checkpoints_collector/utils/checkpoint_name_utils.py,sha256=WExQaZ4oL4otDCtM8kyGbf0Gn_v1a-tzM5j1p0wVDVg,1767
|
31
32
|
snowflake/snowpark_checkpoints_collector/utils/extra_config.py,sha256=xkXFH1PIS0Mtzpu-LrcOKBjzCbptp2zWqgGN9X1P_A0,3393
|
32
33
|
snowflake/snowpark_checkpoints_collector/utils/file_utils.py,sha256=deetkhQZOB0GUxQJvUHw4Ridp_rNYiCqmK9li3uwBL0,4324
|
33
|
-
snowflake/snowpark_checkpoints_collector/utils/telemetry.py,sha256=
|
34
|
-
snowpark_checkpoints_collectors-0.1.
|
35
|
-
snowpark_checkpoints_collectors-0.1.
|
36
|
-
snowpark_checkpoints_collectors-0.1.
|
37
|
-
snowpark_checkpoints_collectors-0.1.
|
34
|
+
snowflake/snowpark_checkpoints_collector/utils/telemetry.py,sha256=bgTxKcuPDJ0WJmpzxgu4ZaOm2y-nyrwE0FRFt3fKVFc,30833
|
35
|
+
snowpark_checkpoints_collectors-0.1.2.dist-info/METADATA,sha256=yV8iuQWxGctjFxzpDoe7knWIPadhw8LlUcycoQAvbcg,5559
|
36
|
+
snowpark_checkpoints_collectors-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
37
|
+
snowpark_checkpoints_collectors-0.1.2.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
38
|
+
snowpark_checkpoints_collectors-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|