flyteorg/flyte

[Run Service] Ensure `WatchRuns` works expected

Open

#6,981 建立於 2026年3月6日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Python (3,705 star) (378 fork)batch import
flyte2good first issue

描述

Command

SCOPE=project bash runs/test/scripts/watch_runs.sh

Response

Field Expected Presented? Need implement?
runs repeated Run
runs[].action Action
runs[].action.id ActionIdentifier
runs[].action.id.run.org string
runs[].action.id.run.project string
runs[].action.id.run.domain string
runs[].action.id.run.name string
runs[].action.id.name string
runs[].action.metadata ActionMetadata
runs[].action.status ActionStatus
runs[].action.status.phase ActionPhase
runs[].action.status.start_time Timestamp
runs[].action.status.end_time optional Timestamp ✅ (available when the action terminated)
runs[].action.status.attempts uint32
runs[].action.status.cache_status CatalogCacheStatus
runs[].action.status.duration_ms optional uint64 ✅ (available when the action terminated)

貢獻者指南