snowpark-checkpoints-validators 0.3.1__py3-none-any.whl → 0.3.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/__init__.py +1 -0
- snowflake/snowpark_checkpoints/__version__.py +1 -1
- {snowpark_checkpoints_validators-0.3.1.dist-info → snowpark_checkpoints_validators-0.3.2.dist-info}/METADATA +1 -1
- {snowpark_checkpoints_validators-0.3.1.dist-info → snowpark_checkpoints_validators-0.3.2.dist-info}/RECORD +6 -6
- {snowpark_checkpoints_validators-0.3.1.dist-info → snowpark_checkpoints_validators-0.3.2.dist-info}/WHEEL +0 -0
- {snowpark_checkpoints_validators-0.3.1.dist-info → snowpark_checkpoints_validators-0.3.2.dist-info}/licenses/LICENSE +0 -0
@@ -27,6 +27,7 @@ from snowflake.snowpark_checkpoints.checkpoint import (
|
|
27
27
|
check_input_schema,
|
28
28
|
check_output_schema,
|
29
29
|
validate_dataframe_checkpoint,
|
30
|
+
xvalidate_dataframe_checkpoint,
|
30
31
|
)
|
31
32
|
from snowflake.snowpark_checkpoints.job_context import SnowparkJobContext
|
32
33
|
from snowflake.snowpark_checkpoints.spark_migration import check_with_spark
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: snowpark-checkpoints-validators
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.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/
|
@@ -1,5 +1,5 @@
|
|
1
|
-
snowflake/snowpark_checkpoints/__init__.py,sha256=
|
2
|
-
snowflake/snowpark_checkpoints/__version__.py,sha256=
|
1
|
+
snowflake/snowpark_checkpoints/__init__.py,sha256=CfKakKzrSymSDP9zGSE2iK4RAHcHZSfL-zEG_8GnHnc,1509
|
2
|
+
snowflake/snowpark_checkpoints/__version__.py,sha256=1W0aBeLTL5Svy-qrNkZc6gAKtQLDbncpMyN2SlnJhoU,632
|
3
3
|
snowflake/snowpark_checkpoints/checkpoint.py,sha256=pU-HdpoS4SYzJU0qEaFzS5QBUE8K55Sn8K27zJe9_xM,24187
|
4
4
|
snowflake/snowpark_checkpoints/errors.py,sha256=9KjzRf8bjDZTTNL4LeySJAwuucDOyz0Ka7EFBKWFpyg,1821
|
5
5
|
snowflake/snowpark_checkpoints/job_context.py,sha256=RMK0g0HrbDVrOAvai4PgsGvsAn_GIo9aFmh-tWlyieY,4183
|
@@ -20,7 +20,7 @@ snowflake/snowpark_checkpoints/utils/pandera_check_manager.py,sha256=tQIozLO-2kM
|
|
20
20
|
snowflake/snowpark_checkpoints/utils/supported_types.py,sha256=GrMX2tHdSFnK7LlPbZx20UufD6Br6TNVRkkBwIxdPy0,1433
|
21
21
|
snowflake/snowpark_checkpoints/utils/telemetry.py,sha256=GfuyIaI3QG4a4_qWwyJHvWRM0GENunNexuEJ6IgscF4,32684
|
22
22
|
snowflake/snowpark_checkpoints/utils/utils_checks.py,sha256=oQ1c4n-uAA2kFIpWIRPWhbCW8e-wwOIL8qDqLvr5Fok,14398
|
23
|
-
snowpark_checkpoints_validators-0.3.
|
24
|
-
snowpark_checkpoints_validators-0.3.
|
25
|
-
snowpark_checkpoints_validators-0.3.
|
26
|
-
snowpark_checkpoints_validators-0.3.
|
23
|
+
snowpark_checkpoints_validators-0.3.2.dist-info/METADATA,sha256=COJncHytOF0_orQJPFUkPgcNKMaQWk5l-TYVb2nQBMg,12676
|
24
|
+
snowpark_checkpoints_validators-0.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
25
|
+
snowpark_checkpoints_validators-0.3.2.dist-info/licenses/LICENSE,sha256=pmjhbh6uVhV5MBXOlou_UZgFP7CYVQITkCCdvfcS5lY,11340
|
26
|
+
snowpark_checkpoints_validators-0.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|