Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
update WyvernEntity docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng committed Sep 8, 2023
1 parent 4b7f0ca commit 9c82b35
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wyvern/entities/identifier_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,6 @@ class WyvernEntity(WyvernDataModel):
"""
WyvernEntity is a base class for all entities that have primary identifier.
An entity is the basic unit of data that could be indexed and queried.
we want to design a way to so that
1. the primary key of the entity could map to the name of the entity
2. it's easy to define the relation
example:
have a @wyvern_entity decorator that could be used to define the primary key name
and identifier type
@wyvenr_entity(key="product_id", type="product")
"""

_identifier: Identifier = PrivateAttr()
Expand Down

0 comments on commit 9c82b35

Please sign in to comment.