Skip to content

Commit

Permalink
Support incident date in storage (Netflix#3030)
Browse files Browse the repository at this point in the history
* Support incident date in storage

* Update src/dispatch/incident/flows.py

Co-authored-by: Marc Vilanova <[email protected]>

---------

Co-authored-by: Marc Vilanova <[email protected]>
  • Loading branch information
2 people authored and rutvijmehta-harness committed Mar 17, 2023
1 parent 982ee2a commit 4a2e4bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dispatch/incident/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ def update_document(document_resource_id: str, incident: Incident, db_session: S
ticket_weblink=resolve_attr(incident, "ticket.weblink"),
title=incident.title,
type=incident.incident_type.name,
stable_at_time=incident.stable_at,
reported_at_time=incident.reported_at,
)


Expand Down

0 comments on commit 4a2e4bf

Please sign in to comment.