Snowpark Migration Accelerator:検証¶
検証プロセスを進めるには、以下の手順に従ってください。
Copy the
snowpark-checkpoints-outputfolder, generated during the collection process, into the validation workload.
VS コードで検証ワークロードを開き、検証プロセスを開始します。
Generate checkpoints using the
checkpoints.jsonfile.
チェックポイントを生成するには、以下のいずれかのアクションを実行できます。
提案されたメッセージを受け入れることで、それらを生成します。
実行 "Snowflake:すべてのチェックポイントをロードするコマンド"
すべてのチェックポイントがロードされると、ファイルは以下のように表示されるはずです。
Pythonファイルを実行し、チェックポイント検証プロセスを実行します。
When running a python file that contains validation checkpoints, the validation results are going to be shown in the copied "snowpark-checkpoints-output" folder as "checkpoints_validation_results.json":
The "checkpoints_validation_results.json" contains the unified results of the collection process
上記のように、検証結果には PySpark とSnowpark DataFrames の比較結果が含まれます。