validate_fabric_code
Validate PySpark code for Microsoft Fabric compatibility and performance. Get detailed validation results and Fabric-specific recommendations to fix issues.
Instructions
Validate PySpark code for Microsoft Fabric compatibility and performance.
Args:
code: PySpark code to validate for Fabric compatibility
ctx: Context object containing client information
Returns:
A string containing detailed validation results and Fabric-specific recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |