Interact with Dagster Cloud to orchestrate data processing workflows, monitor pipelines, and manage schedules.
Workflow Creation & Management
Monitoring & Logging
Data Integration
Dynamic Scheduling
Dagster Workflow Creation | ||
---|---|---|
Input Parameters | Definition | Format |
workflow_name | Name of the Dagster job or workflow (string). | String |
execution_config | JSON object specifying input sources, output types, and workflow logic. | JSON |
Execution & Monitoring | ||
---|---|---|
Input Parameters | Definition | Format |
workflow_id | Unique identifier of the Dagster job or workflow. | String |
log_filter (Optional) | Filter parameters for viewing logs (e.g., “Error”, “Warning”). | String |
Scheduling Workflows | ||
---|---|---|
Input Parameters | Definition | Format |
schedule_name | Name of the schedule (string). | String |
cron_expression | Cron expression for scheduling (e.g., “0 * * * *”). | String |
workflow_id | Identifier of the Dagster workflow to schedule. | String |