We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d8b2e commit f73ed3cCopy full SHA for f73ed3c
1 file changed
flag_engine/identities/models.py
@@ -45,6 +45,8 @@ class IdentityModel(BaseModel):
45
identity_uuid: UUID4 = Field(default_factory=uuid.uuid4)
46
django_id: typing.Optional[int] = None
47
48
+ dashboard_alias: typing.Optional[str] = None
49
+
50
@computed_field # type: ignore[misc]
51
@property
52
def composite_key(self) -> str:
0 commit comments