create_scenario
Create a new scenario in a Dataiku DSS project by specifying its name, type (step-based or custom Python), and optional definition.
Instructions
Create a new scenario in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| scenario_name | Yes | Name for the new scenario | |
| scenario_type | Yes | Type of scenario (step_based or custom_python) | |
| definition | No | Optional scenario definition |