Snowpark Migration Accelerator: Inventare von SMA-Checkpoints

Das SMA-Checkpoints-Feature führt zwei neue Inventardateien ein: CheckpointsInventory.csv und DataFramesInventory.csv. Diese Dateien werden unabhängig davon generiert, ob das Feature aktiviert ist.

SMA-Checkpoints-Feature-bezogene Inventare.

Beispiel für Checkpoints-Inventar

Name: sample$BBVOC7$df1$1
FileId: sample.py
CellId: 0
Line: 6
Column: 1
Type: Collection
DataFrameName: df1
Location: 1
Enabled: True
Mode: Schema
Sample: 1
EntryPoint: sample.py
ExecutionId: 00000000-0000-0000-0000-000000000000
Copy

Beispiel für DataFrames-Inventar

FullName: TestingCheckpoints.sample.df1
Name: df1
FileId: sample.py
CellId: 0
Line: 6
Column: 1
AssignmentNumber: 1
RelevantFunction: pyspark.sql.session.SparkSession.createDataFrame
RelatedDataFrames: 
EntryPoints: sample.py
ExecutionId: 00000000-0000-0000-0000-000000000000
Copy