validate_recipe_syntax
Check Python or SQL syntax of a recipe in a Dataiku DSS project, optionally using provided code instead of the stored recipe code.
Instructions
Validate Python/SQL syntax of a recipe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| recipe_name | Yes | Name of the recipe | |
| code | No | Optional code to validate (uses recipe code if not provided) |