Improve data store record retrieval.

This commit is contained in:
Scott Idem
2023-05-22 13:41:30 -04:00
parent b9b45969f3
commit 0375bd8c05
5 changed files with 95 additions and 7 deletions

View File

@@ -156,9 +156,9 @@ class Event_Abstract_Base_New(Core_Std_Obj_Base):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
# id_random: Optional[str] = Field(
# alias = 'event_abstract_id_random',
# )
id_random: Optional[str] = Field(
alias = 'event_abstract_id_random',
)
event_id_random: Optional[str]
event_id: Optional[int]