estuary / ui

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

Prevent `disabled` Materializations from failing Tests during edit #1153

Closed travjenkins closed 2 months ago

travjenkins commented 2 months ago

If a user is editing a disabled Materialization the background test the UI fires for the Field Selection will fail. To prevent this failure we want to auto enable tasks during edit. This might confuse people so we need to add a warning so users know this is happening. We will put the Enable|Disable CTA within the details section and will auto open the section when we have auto enabled a Materialization.

During create and editing an enabled Capture|Materialization the section will still be available but a user would need to manually open the sections manually.