Skip to content

Commit

Permalink
Updates for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed May 21, 2024
1 parent d11f355 commit b4158b3
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 189 deletions.
5 changes: 5 additions & 0 deletions burr/tracking/common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ def from_transition(transition: Transition) -> "TransitionModel":


class PointerModel(IdentifyingModel):
"""Stores pointers to unique identifiers for an application.
This is used by a few different places to, say, store parent references
bewteen application instances.
"""

app_id: str
sequence_id: Optional[int]
partition_key: Optional[str]
Expand Down
Loading

0 comments on commit b4158b3

Please sign in to comment.