Update a sandbox promote run
Updates a sandbox promote run with status, completion stats, or error info. Note that a refused promotion (findings had errors and allowWithErrors=false) is reported as SUCCESS with stats.aborted=true, not as FAILED. FAILED is reserved for actual exceptions during copy / re-run of the production pipeline. Requires Bearer token authentication.
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Path Parameters
Unique identifier of the sandbox-promote run
1Body
Organization UUID for tenant isolation
1New status for the run
PENDING, RUNNING, SUCCESS, FAILED Databricks job run ID for cross-system correlation
Human-readable error detail; provide when status=FAILED
Completion statistics; required when transitioning to SUCCESS

