Install Snowpark Checkpoints¶
To install the Snowpark Checkpoints library into a Python virtual environment, use conda or pip.
Using conda:
Using pip:
You can also install the packages individually:
snowpark-checkpoints-collectors: Use this package to collect information about PySpark DataFrames.
Using conda:
Using pip:
snowpark-checkpoints-hypothesis: Use this package to create unit tests for your Snowpark code based on synthetic data automatically generated, following the DataFrame schemas collected from the original PySpark code.
Using conda:
Using pip:
snowpark-checkpoints-validators: Use this package to validate your converted Snowpark DataFrames against the collected schemas or exported DataFrames generated by the collector functionality.
Using conda:
Using pip:
snowpark-checkpoints-configuration: Use this package to allow
snowpark-checkpoints-collectorsandsnowpark-checkpoints-validatorsto automatically load the configuration of the checkpoints.Using conda:
Using pip: