Snowpark-checkpoints

Latest version: v0.2.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.0rc3

What's Changed
* SNOW-1883852: Bump version to 0.1.0rc2 by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/91
* SNOW-1878374: Fix license files for python metadata info by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/92
* SNOW-1878374: Added Demos and Improvements for Unit-Test execution by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/87
* SNOW-1896140 Adding validation and normalization of the checkpoint name in configuration package by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/94
* SNOW-1797982 Upload telemetry when the process ends and update events metadata by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/93
* SNOW-1797982 Add a necessary exception handling so as not to affect the tool flow by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/95


**Full Changelog**: https://github.com/snowflakedb/snowpark-checkpoints/compare/0.1.0rc2...v0.1.0rc3

0.1.0rc2

What's Changed
* SNOW-1890314: Implement Singleton pattern for ValidationResultsMetadata class by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/80
* SNOW-1797982 Add event in telemetry for validators dataframe mode by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/77
* SNOW-1890240: Refactor generation of date values when using a JSON schema file by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/79
* SNOW-1878374: Improvements demos and github actions by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/78
* SNOW-1878374: Upgrade workflows/snowpark-checkpoints-all-tests.yml by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/82
* SNOW-1878374: Support/improvement snowflake schema on tests by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/83
* SNOW-1797982 Adds new telemetry event for mode dataframe in collector package by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/85
* SNOW-1878374: Improvements for Check PR Size job by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/86
* SNOW-1890068 Collecting data from PySpark DataFrame instead of Pandas DataFrame by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/84
* SNOW-1878374: Improvements for Check PR Size by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/88
* SNOW-1878374: Improve Check PR Size pr_checks by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/89
* SNOW-1878374: Fix issue with twine 6.1.0 by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/90


**Full Changelog**: https://github.com/snowflakedb/snowpark-checkpoints/compare/0.1.0rc1...0.1.0rc2

0.1.0rc1

What's Changed
* Support/devops ci by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/1
* Refactor functions, documentation, updating demos and addtional data types. by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/2
* Added hypothesis-snowpark-security by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/4
* Added mechanism for Snyk Scan at main branch by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/5
* Support/fix unit testing and CI/CD improvements by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/7
* Activated Ruff linter and CI/CD for snowpark_checkpoints lib by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/8
* Added Risk Assessment PR template by sfc-gh-mfigueroamontero in https://github.com/snowflakedb/snowpark-checkpoints/pull/10
* Added snow-cli for testing checkpoints by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/9
* Support for skip checks and custom steps, and README by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/11
* Added Windows UnitTests with SnowCLI by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/12
* [SNOW-1797973] Adding support for DataFrame schema contract scenario by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/3
* [SNOW-1845307] Change assert mechanism for integration test output files. by sfc-gh-kjimenezmorales in https://github.com/snowflakedb/snowpark-checkpoints/pull/16
* [CI/CD] Normalize Unit Testing Matrix +semver:none by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/14
* Refactor utility functions and constants for improved clarity and consistency by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/18
* SNOW-1841983: Add a Hypothesis strategy to generate Snowpark DataFrames based on a Pandera schema by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/15
* Adding support for DataFrame collection mode 2 by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/19
* SNOW-1797964 Project Restructuring for building a bundle lib by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/23
* [SNOW-1854513] Add Sphinx API Reference documentation by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/24
* SNOW-1843913 checkpoint configuration by sfc-gh-kjimenezmorales in https://github.com/snowflakedb/snowpark-checkpoints/pull/21
* Support for Dataframe mode with parquet by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/25
* SNOW-1863443: Fix warnings related with snowpark-checkpoints-hypothesis package by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/26
* [SNOW-1797982] Add In-Band Telemetry by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/17
* Create __init__ file for configuration module. by sfc-gh-kjimenezmorales in https://github.com/snowflakedb/snowpark-checkpoints/pull/29
* SNOW-1797964: [CI/CD] Setup Anaconda files for Snowpark Checkpoints by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/33
* [SNOW-1870837] Extend Hypothesis strategy to support ArrayType and BinaryType by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/31
* [SNOW-1797973] Improving collection for mode 1 by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/28
* Support for validation result file by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/27
* Including missing license text files by sfc-gh-mfigueroamontero in https://github.com/snowflakedb/snowpark-checkpoints/pull/35
* Update Copyright year by sfc-gh-mfigueroamontero in https://github.com/snowflakedb/snowpark-checkpoints/pull/36
* SNOW-1797964: [CI/CD] Setup Anaconda files for Snowpark Checkpoints by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/34
* Refactor validation results file path to include output directory by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/38
* [SNOW-1797973] Adding support for full null column by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/39
* SNOW-1797964: Support/GitHub workflow regression tests +semver:none by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/40
* SNOW-1797982 Add new event and improve telemetry by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/30
* SNOW-1797964: Enhancements for workflow pr linter +semver:none by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/43
* SNOW-1797982 Add new environment var for telemetry testing by sfc-gh-dchaconbarrantes in https://github.com/snowflakedb/snowpark-checkpoints/pull/42
* SNOW-1877149: Add environment variable for Snowflake checkpoint contract file path by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/41
* SNOW-1865955: Cast Float spark columns to double due the mismatch of precision between parquet in Spark and Snowflake. by sfc-gh-kjimenezmorales in https://github.com/snowflakedb/snowpark-checkpoints/pull/32
* SNOW-1875884: Refactor `dataframe_strategy` to accept a Pandera DataFrameSchema as an argument by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/37
* SNOW-1878374: Renamed Conda Packages Names by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/44
* SNOW-1797977: Add checkpoint name validation to improve data integrity by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/45
* SNOW-1878301: Enhance checkpoint validation by updating sample fraction to 1.0 and adding logging for validation results by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/46
* SNOW-1880200: Add functools.wraps decorator to telemetry report function for better function metadata preservation by sfc-gh-fgonzalezmendez in https://github.com/snowflakedb/snowpark-checkpoints/pull/47
* SNOW-1880256: Add execution mode parameter to mark_pass and mark_fail methods for improved checkpoint logging by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/48
* SNOW-1878374: Added Conda Bundle Package by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/49
* SNOW-1881797: Add README documentation for Snowpark Checkpoints Validators package by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/51
* SNOW-1881954: Fix output directory path for parquet files. by sfc-gh-kjimenezmorales in https://github.com/snowflakedb/snowpark-checkpoints/pull/52
* SNOW-1883852: Pre-Release Changes by sfc-gh-cazofeifamadrigal in https://github.com/snowflakedb/snowpark-checkpoints/pull/54
* SNOW-1883819: Refactor validation and checkpoint configurations to use output path by sfc-gh-dbabbjimenez in https://github.com/snowflakedb/snowpark-checkpoints/pull/55
* SNOW-1797973 Updating schema collection mode to handle missing data types by sfc-gh-lbravozuniga in https://github.com/snowflakedb/snowpark-checkpoints/pull/53

New Contributors
* sfc-gh-cazofeifamadrigal made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/1
* sfc-gh-dbabbjimenez made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/2
* sfc-gh-mfigueroamontero made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/10
* sfc-gh-lbravozuniga made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/3
* sfc-gh-kjimenezmorales made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/16
* sfc-gh-fgonzalezmendez made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/15
* sfc-gh-dchaconbarrantes made their first contribution in https://github.com/snowflakedb/snowpark-checkpoints/pull/17

**Full Changelog**: https://github.com/snowflakedb/snowpark-checkpoints/commits/0.1.0rc1

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.