flyte2good first issue
Description
Command
RUN_NAME=run-1772757248 LIMIT=20 bash runs/test/scripts/list_actions.sh
Response
| Field | Expected | Presented? | Need implement? |
|---|---|---|---|
actions |
repeated Action |
✅ | ❌ |
token |
string |
✅ | ❌ |
actions[].id |
ActionIdentifier |
✅ | ❌ |
actions[].id.run.org |
string |
✅ | ❌ |
actions[].id.run.project |
string |
✅ | ❌ |
actions[].id.run.domain |
string |
✅ | ❌ |
actions[].id.run.name |
string |
❌ | ✅ |
actions[].id.name |
string |
✅ | ❌ |
actions[].metadata |
ActionMetadata |
✅ | ❌ |
actions[].metadata.parent |
string |
✅ | ❌ |
actions[].status |
ActionStatus |
✅ | ❌ |
actions[].status.phase |
ActionPhase |
✅ | ❌ |
actions[].status.start_time |
Timestamp |
❌ | ✅ |
actions[].status.end_time |
optional Timestamp |
❌ | ✅ (available when the action terminated) |
actions[].status.attempts |
uint32 |
❌ | ✅ |
actions[].status.cache_status |
CatalogCacheStatus |
❌ | ✅ |
actions[].status.duration_ms |
optional uint64 |
❌ | ✅ (available when the action terminated) |