flyteorg/flyte

[Run Service] Ensure `GetRunDetails` works expected

Open

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

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

描述

Command

RUN_NAME=run-1772757248 bash runs/test/scripts/get_run_details.sh

Response

Field Expected Presented? Need implement?
details RunDetails
details.run_spec task.RunSpec
details.action ActionDetails
details.action.id ActionIdentifier
details.action.metadata ActionMetadata
details.action.status ActionStatus
details.action.status.phase ActionPhase
details.action.status.start_time Timestamp
details.action.status.end_time optional Timestamp ✅ (available when the action terminated)
details.action.status.attempts uint32
details.action.status.cache_status CatalogCacheStatus
details.action.status.duration_ms optional uint64 ✅ (available when the action terminated)
details.action.error_info oneof result
details.action.abort_info oneof result
details.action.spec.task oneof spec
details.action.spec.trace oneof spec
details.action.attempts repeated ActionAttempt

貢獻者指南

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