add_scenario_trigger
Adds a trigger to a Dataiku DSS scenario to automate execution based on schedule or dataset changes.
Instructions
Add a trigger to a scenario
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| scenario_id | Yes | ID of the scenario | |
| trigger_type | Yes | Type of trigger (periodic, hourly, daily, monthly, dataset) | |
| every_minutes | No | For periodic triggers: interval in minutes | |
| hour | No | For time-based triggers: hour (0-23) | |
| minute | No | For time-based triggers: minute (0-59) | |
| dataset_name | No | For dataset triggers: name of the dataset | |
| timezone | No | Timezone for time-based triggers | SERVER |