estuary / ui

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

Hide `backfill` for connectors that do NOT support `backfill`ing (Ex: Salesforce) #1219

Open travjenkins opened 1 month ago

travjenkins commented 1 month ago

We need to hide the backfill buttons in the UI for any connector that does not support it.

This will be powered by checking disable_backfill on the connector_tags table when in create and edit work flow.

Open Questions

UX - do we want to hide the button or disable it and explain why they cannot backfill? As of Aug 14, 2023 - we will disable the button and show a tooltip (or something) explaining why it is not available.