snowpark-checkpoints-validators 0.1.2__tar.gz → 0.1.3__tar.gz
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_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/PKG-INFO +2 -1
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/pyproject.toml +5 -3
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/__version__.py +1 -1
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/telemetry.py +2 -2
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/df_mode_dataframe_mismatch_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/df_mode_dataframe_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/spark_checkpoint_df_fail_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/spark_checkpoint_df_pass_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/spark_checkpoint_limit_sample_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/spark_checkpoint_random_sample_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/spark_checkpoint_scalar_fail_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/spark_checkpoint_scalar_passing_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_df_check_custom_check_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_df_check_fail_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_df_check_from_file_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_df_check_skip_check_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_df_check_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_input_fail_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_input_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_output_fail_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_expected/test_output_telemetry.json +5 -5
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/unit/test_telemetry.py +2 -2
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/.gitignore +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/CHANGELOG.md +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/LICENSE +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/README.md +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/__init__.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/checkpoint.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/errors.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/job_context.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/singleton.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/snowpark_sampler.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/spark_migration.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/__init__.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/checkpoint_logger.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/constants.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/extra_config.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/pandera_check_manager.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/supported_types.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/utils/utils_checks.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/validation_result_metadata.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/src/snowflake/snowpark_checkpoints/validation_results.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/.coveragerc +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/e2eexample.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/telemetry_compare_utils.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/test_pandera.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/test_parquet.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/integ/test_spark_checkpoint.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/unit/test_extra_config.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/unit/test_pandera_check_manager.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/unit/test_spark_migration.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/unit/test_utils_checks.py +0 -0
- {snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/unit/test_validation_result_metadata.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: snowpark-checkpoints-validators
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.3
|
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/
|
@@ -33,6 +33,7 @@ Requires-Dist: snowflake-connector-python[pandas]
|
|
33
33
|
Requires-Dist: snowflake-snowpark-python==1.26.0
|
34
34
|
Provides-Extra: development
|
35
35
|
Requires-Dist: coverage>=7.6.7; extra == 'development'
|
36
|
+
Requires-Dist: deepdiff==8.1.1; extra == 'development'
|
36
37
|
Requires-Dist: deepdiff>=8.0.0; extra == 'development'
|
37
38
|
Requires-Dist: hatchling==1.25.0; extra == 'development'
|
38
39
|
Requires-Dist: pre-commit>=4.0.1; extra == 'development'
|
{snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/pyproject.toml
RENAMED
@@ -49,6 +49,7 @@ requires-python = '>=3.9,<3.12'
|
|
49
49
|
|
50
50
|
[project.optional-dependencies]
|
51
51
|
development = [
|
52
|
+
"deepdiff==8.1.1",
|
52
53
|
"pytest>=8.3.3",
|
53
54
|
"pytest-cov>=6.0.0",
|
54
55
|
"coverage>=7.6.7",
|
@@ -64,7 +65,6 @@ development = [
|
|
64
65
|
"Bug Tracker" = "https://github.com/snowflakedb/snowpark-checkpoints/issues"
|
65
66
|
"Source code" = "https://github.com/snowflakedb/snowpark-checkpoints/"
|
66
67
|
|
67
|
-
|
68
68
|
[tool.hatch.version]
|
69
69
|
path = "src/snowflake/snowpark_checkpoints/__version__.py"
|
70
70
|
pattern = '^__version__ = "(?P<version>.*)"'
|
@@ -128,8 +128,10 @@ check = [
|
|
128
128
|
|
129
129
|
[tool.hatch.envs.test.scripts]
|
130
130
|
check = [
|
131
|
-
|
132
|
-
'
|
131
|
+
'python -m pip install --upgrade pip -q',
|
132
|
+
'pip install -q -e ../snowpark-checkpoints-configuration',
|
133
|
+
'pip list',
|
134
|
+
'pytest -vvv --junitxml=test/outcome/test-results.xml --cov=. --cov-branch --cov-config=test/.coveragerc --cov-report=xml:test/outcome/coverage-{matrix:python:{env:PYTHON_VERSION:unset}}.xml {args:test} --cov-report=term --cov-report=html:test/outcome/coverage-{matrix:python:{env:PYTHON_VERSION:unset}}.html --cov-report=json:test/outcome/coverage-{matrix:python:{env:PYTHON_VERSION:unset}}.json',
|
133
135
|
]
|
134
136
|
|
135
137
|
coverage = [
|
@@ -330,11 +330,11 @@ def _generate_event(
|
|
330
330
|
if sc_version is not None:
|
331
331
|
metadata["snowpark_checkpoints_version"] = sc_version
|
332
332
|
message = {
|
333
|
-
"
|
333
|
+
"event_type": event_type,
|
334
|
+
"type": "snowpark-checkpoints",
|
334
335
|
"event_name": event_name,
|
335
336
|
"driver_type": "PythonConnector",
|
336
337
|
"driver_version": SNOWFLAKE_CONNECTOR_VERSION,
|
337
|
-
"source": "snowpark-checkpoints",
|
338
338
|
"metadata": metadata,
|
339
339
|
"data": json.dumps(parameters_info or {}),
|
340
340
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_DF",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949863608"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_DF",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949850430"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Mirror",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949906510"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Mirror",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949896738"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Mirror",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949919619"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Mirror",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949932552"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "Value_Validator_Mirror",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949887503"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "Value_Validator_Mirror",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949877793"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949840653"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "error",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "error"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949833418"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949837314"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949844915"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949829780"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949813722"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949808582"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949821944"
|
18
18
|
}
|
@@ -4,15 +4,15 @@
|
|
4
4
|
"driver_type": "PythonConnector",
|
5
5
|
"driver_version": "3.12.4",
|
6
6
|
"event_name": "DataFrame_Validator_Schema",
|
7
|
+
"event_type": "info",
|
7
8
|
"metadata": {
|
8
|
-
"device_id": "
|
9
|
+
"device_id": "a16562762b83c9f0b6ffa4649c0b6c20348ccfcf49d1144fc4c6557dd1c683ec",
|
9
10
|
"os_version": "darwin",
|
10
11
|
"python_version": "3.11.11",
|
11
|
-
"snowpark_checkpoints_version": "0.1.
|
12
|
+
"snowpark_checkpoints_version": "0.1.2",
|
12
13
|
"snowpark_version": "1.26.0"
|
13
14
|
},
|
14
|
-
"
|
15
|
-
"type": "info"
|
15
|
+
"type": "snowpark-checkpoints"
|
16
16
|
},
|
17
|
-
"timestamp": "
|
17
|
+
"timestamp": "1738949817624"
|
18
18
|
}
|
@@ -252,10 +252,10 @@ class TelemetryManagerTest(unittest.TestCase):
|
|
252
252
|
)
|
253
253
|
|
254
254
|
# Assert
|
255
|
-
assert result.get("message").get("
|
255
|
+
assert result.get("message").get("event_type") == "event_type"
|
256
256
|
assert result.get("message").get("event_name") == "event_name"
|
257
257
|
assert result.get("message").get("driver_type") == "PythonConnector"
|
258
|
-
assert result.get("message").get("
|
258
|
+
assert result.get("message").get("type") == "snowpark-checkpoints"
|
259
259
|
assert result.get("message").get("metadata") == {
|
260
260
|
"snowpark_checkpoints_version": snowpark_checkpoints_version
|
261
261
|
}
|
File without changes
|
{snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/CHANGELOG.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{snowpark_checkpoints_validators-0.1.2 → snowpark_checkpoints_validators-0.1.3}/test/.coveragerc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|