flyteorg/flyte

[Run Service] Ensure `WatchRuns` works expected

Open

#6.981 geöffnet am 6. März 2026

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (3.705 Stars) (378 Forks)batch import
flyte2good first issue

Beschreibung

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)

Contributor Guide