Snowpark Migration Accelerator: Default Settings¶
Default Values¶
- On/Off the whole feature: Enabled. 
- Collect user-defined methods returning DataFrame type: False. 
- List of relevant PySpark functions to collect: (See table below). 
- Sample: 100%. 
- Mode: Schema. 
- Enabled: Always True. 
Default PySpark functions to collect¶
| Type | PySpark Packages | 
|---|---|
| Creation | pyspark.sql.session.SparkSession.createDataFrame | 
| Transformation | pyspark.sql.dataframe.DataFrame.union |