workflow run block db + schema transformation code (#1418)

This commit is contained in:
Shuchang Zheng 2024-12-20 07:40:32 -08:00 committed by GitHub
parent a12776e630
commit 8b75586fb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 96 additions and 1 deletions

View file

@ -84,6 +84,7 @@ class BlockType(StrEnum):
class BlockStatus(StrEnum):
running = "running"
completed = "completed"
failed = "failed"
terminated = "terminated"