validate_pyspark_code
Check PySpark code for syntax errors and adherence to best practices. Receive actionable feedback to fix issues and improve reliability.
Instructions
Validate PySpark code for syntax and best practices.
Args:
code: PySpark code to validate
ctx: Context object containing client information
Returns:
A string containing validation results and suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |