estuary / ui

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

Materializing capture to existing disabled materialization fails #1200

Closed travjenkins closed 1 month ago

travjenkins commented 1 month ago

Bug Create a materialization Disable it Select a capture from entity table Click materialize Select disabled materialization

See the bindings are temporarily updated but flash back to original

Expected The new bindings of the capture are added

Screenshots On load the bindings appear to only have the original bindings image

Notes This is totally due to the auto enabling of the entity while we are also trying to add the bindings. Need to only auto enable after the bindings are added. This is not necessarily going to be too easy. We could easily add some new state props to handle this... but also might just want to take a look at moving more calls "up" higher in the order.