launch_run
Launch a Dagster job run directly by providing the repository location, repository name, and job name, with an optional run config for parameterization.
Instructions
Launch a Dagster job run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| run_config | No | {} | |
| repository_name | Yes | ||
| repository_location | Yes |