snowpark-checkpoints-validators 0.1.2__py3-none-any.whl → 0.1.3__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.
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = "0.1.2"
16
+ __version__ = "0.1.3"
@@ -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
- "type": event_type,
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
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: snowpark-checkpoints-validators
3
- Version: 0.1.2
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'
@@ -1,5 +1,5 @@
1
1
  snowflake/snowpark_checkpoints/__init__.py,sha256=1_xzSopIHWpw1i3gQqWLN0wCfWWEefjr4cl1vl0xSdY,1211
2
- snowflake/snowpark_checkpoints/__version__.py,sha256=qNTBwMUtsLu0okWXwrUvl9AohG1pXd4kalMC8v10gHM,632
2
+ snowflake/snowpark_checkpoints/__version__.py,sha256=OfdAqrd8gnFI-pK7o_olRVrRKIWfQhQOoo_wR3u1s5s,632
3
3
  snowflake/snowpark_checkpoints/checkpoint.py,sha256=-y1iWdGxYGuTWdngOEXdA59MT33PCiM7cP1s3jJs9jE,18997
4
4
  snowflake/snowpark_checkpoints/errors.py,sha256=9KjzRf8bjDZTTNL4LeySJAwuucDOyz0Ka7EFBKWFpyg,1821
5
5
  snowflake/snowpark_checkpoints/job_context.py,sha256=7LdJ682lC8hCJOYUn-AVXq_Llv18R9oGdK2F-amYR_o,2990
@@ -14,9 +14,9 @@ snowflake/snowpark_checkpoints/utils/constants.py,sha256=pgFttLDQ6fTa6obSdvivWBY
14
14
  snowflake/snowpark_checkpoints/utils/extra_config.py,sha256=pmGLYT7cu9WMKzQwcEPkgk1DMnnT1fREm45p19e79hk,2567
15
15
  snowflake/snowpark_checkpoints/utils/pandera_check_manager.py,sha256=ddTwXauuZdowIRwPMT61GWYCG4XGKOFkVyfZO49bc-8,14516
16
16
  snowflake/snowpark_checkpoints/utils/supported_types.py,sha256=GrMX2tHdSFnK7LlPbZx20UufD6Br6TNVRkkBwIxdPy0,1433
17
- snowflake/snowpark_checkpoints/utils/telemetry.py,sha256=zUQw9kfOgqLJYQuIW7bl2fRJjX3oEKyKjDlYQPFPHtA,31366
17
+ snowflake/snowpark_checkpoints/utils/telemetry.py,sha256=_WOVo19BxcF6cpQDplID6BEOvgJfHTGK1JZI1-OI4uc,31370
18
18
  snowflake/snowpark_checkpoints/utils/utils_checks.py,sha256=o9HOBrDuTxSIgzZQHfsa9pMzzXRUsRAISI7L6OURouo,13528
19
- snowpark_checkpoints_validators-0.1.2.dist-info/METADATA,sha256=bw7FnPXUQUPZINvLZQwKJUdnRu7LeiuzG1vYp2T85Kc,11009
20
- snowpark_checkpoints_validators-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- snowpark_checkpoints_validators-0.1.2.dist-info/licenses/LICENSE,sha256=pmjhbh6uVhV5MBXOlou_UZgFP7CYVQITkCCdvfcS5lY,11340
22
- snowpark_checkpoints_validators-0.1.2.dist-info/RECORD,,
19
+ snowpark_checkpoints_validators-0.1.3.dist-info/METADATA,sha256=BSv42Vrlq07M2hIiKHSXJNxaH1O4mYQOJ1U4uApT9uA,11064
20
+ snowpark_checkpoints_validators-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ snowpark_checkpoints_validators-0.1.3.dist-info/licenses/LICENSE,sha256=pmjhbh6uVhV5MBXOlou_UZgFP7CYVQITkCCdvfcS5lY,11340
22
+ snowpark_checkpoints_validators-0.1.3.dist-info/RECORD,,