Escalation Procedure & Confirmation Signature for Role Table Grants Request
Documentation of the escalation workflow and required admin confirmation signature for retrieving role_table_grants data (schedule_check_id 20c018ce-793c-401b-876f-602bc8773334).
Escalation Procedure
Purpose: Ensure timely delivery of the requested result set from the role_table_grants table and obtain a formal confirmation from the system administrator.
Steps
- Initial Request
- Sent via Slack (or email) to
@sysadminwith details:schedule_check_id:20c018ce-793c-401b-876f-602bc8773334grantee:db_admintable_name:usersprivilege_type:SELECT
- Requested response format: JSON array or CSV.
- Sent via Slack (or email) to
- First Reminder (24 h later)
- Automated reminder sent if no reply received.
- Second Reminder (5 min after first reminder check)
- If still no reply, send another reminder asking for the result set and the confirmation signature.
- Follow‑up Reminder (12 h after the second reminder)
- If no reply, escalate to Senior Admin (
@senior_sysadmin).
- If no reply, escalate to Senior Admin (
- Escalation
- Notify senior admin via Slack and CC
admin@company.com. - Include original request details and note the lack of response.
- Notify senior admin via Slack and CC
- Final Confirmation
- Once the admin provides the result set, verify each record meets:
grantee = 'db_admin'table_name = 'users'privilege_type = 'SELECT'
- Require the admin to append the signature line:
Confirmed by Admin - Store the signed response in the project repository.
- Once the admin provides the result set, verify each record meets:
Expected Confirmation Signature
The admin must end their reply with the exact line:
Confirmed by Admin
This serves as a formal acknowledgment that:
- The data provided matches the request criteria.
- The admin has reviewed and approved the data.
Documentation Location
- Repository:
project-docs/operations - File:
escalation-procedure-db-admin.md
This document should be kept up‑to‑date with any changes to the escalation workflow or contact information.