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)

贡献者指南

[Run Service] Ensure `WatchRuns` works expected · flyteorg/flyte#6981 | Good First Issue