Artifacts get a home in Prefect Cloud
A top-level Artifacts page in the sidebar and command palette, with redesigned collection and detail views, support for every SDK artifact type, and inline version rendering.
Artifacts now have a home in Prefect Cloud. They live in the sidebar and the command palette, so you can navigate or search straight to a full view of everything your workflows have produced, in one place. Alongside that, the collection and detail pages have been rebuilt to keep pace with everything the SDK can now attach to a run.
The collection view shows a preview of each artifact, its type, and when it was created, along with type-specific metadata like how far a progress artifact has advanced or how many rows a table holds. Every artifact type the SDK supports is represented, including progress and result artifacts.
The detail view is streamlined around the thing you came to see. Each version renders inline, with the raw form a click away on the same page, so there's no secondary page to hunt through. When you're looking at an older version, a badge tells you so and links you to the latest. You can still jump to the flow run that generated an artifact, and from a run, deep links open the exact artifact version it produced.
Progress artifacts also gained a sense of staleness. If a run finishes without its progress artifact ever reaching 100%, we mark that version stale rather than leaving the last reported number sitting there as if it were still live.