create_recipe
Create a new recipe in a Dataiku DSS project by specifying recipe type, name, inputs, outputs, and optional code.
Instructions
Create a new recipe in a Dataiku project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| recipe_type | Yes | Type of recipe (e.g., python, sql, join) | |
| recipe_name | Yes | Name for the new recipe | |
| inputs | Yes | List of input dataset names | |
| outputs | Yes | List of output dataset configurations | |
| code | No | Optional code for the recipe |