incidents
Operational incidents; unresolved rows have no resolved_at.
incident_idintegerPKcustomer_idintegerFKdeployment_idintegerNULLFKseveritytextopened_attimestamptzresolved_attimestamptzNULLroot_causetextNULL
As of the dataset snapshot, return every customer as customer_id, name, open_incidents, failed_deployments, and risk_score, where risk_score = 3 × open sev1 incidents + open non-sev1 incidents + 2 × failed deployments. Sort highest risk first, then customer_id.
Operational incidents; unresolved rows have no resolved_at.
incident_idintegerPKcustomer_idintegerFKdeployment_idintegerNULLFKseveritytextopened_attimestamptzresolved_attimestamptzNULLroot_causetextNULLCustomer releases, including failures and rollbacks.
deployment_idintegerPKcustomer_idintegerFKengineer_idintegerFKversiontextstatustextdeployed_attimestamptzOrganizations using the deployed platform.
customer_idintegerPKnametextindustrytextregiontexttiertextonboarded_attimestamptzdeployments.customer_id=customers.customer_idincidents.customer_id=customers.customer_idincidents.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.