Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Update sql state enum
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed May 7, 2024
1 parent 2d9f292 commit 78d9c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class IngestState(enum.Enum):
pending = "pending"
ingested = "ingested"
prepared = "prepared"
post_harmonization = "post_harmonization"
failed = "failed"
abandoned = "abandoned"

Expand Down

0 comments on commit 78d9c18

Please sign in to comment.