You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QUERY="select i.incident_id, i.entity_id, i.entity_disp_name, i.routing_key, i.current_phase, i.created_at from Incidents_Csv i join dimension_org o on o.org_id = i.org_id where incident_id = '$INPUT1' and o.org_slug = '$INPUT2'"