estuary / ui

A web based UI to assist in working with Estuary Flow
https://dashboard.estuary.dev/
Other
12 stars 1 forks source link

PROD: Filter out soft deleted captures and materializations #1149

Closed travjenkins closed 4 months ago

travjenkins commented 4 months ago

Second part of https://github.com/estuary/ui/pull/1148

Now during delete there is a soft delete before the hard delete. it is best that this know about the type of entity being removed. This means that Live Specs Ext will still show entities that are actively being deleted.

To fix this we will not make sure the spec is not null when trying to list the entities.