deployments
Customer releases, including failures and rollbacks.
deployment_idintegerPKcustomer_idintegerFKengineer_idintegerFKversiontextstatustextdeployed_attimestamptz
Return distinct customer_id values for customers that have either a failed deployment or an open sev1 incident. Use a set operation and sort by customer_id.
Customer releases, including failures and rollbacks.
deployment_idintegerPKcustomer_idintegerFKengineer_idintegerFKversiontextstatustextdeployed_attimestamptzOperational incidents; unresolved rows have no resolved_at.
incident_idintegerPKcustomer_idintegerFKdeployment_idintegerNULLFKseveritytextopened_attimestamptzresolved_attimestamptzNULLroot_causetextNULLincidents.deployment_id=deployments.deployment_idRun or check a query first. The coach only comments on a real error or grader mismatch.
Try to solve it cold. Two progressive hints are available.