+- **`tycoon data status` reads Fivetran live, with write-through cache** ([#50][]). The Sources panel and Fivetran detail no longer render only the last `tycoon data fivetran sync` snapshot — `data status` now makes a live `list_connectors()` call on every run and writes the result through to `.tycoon/metadata.duckdb`, so the panel is fresh by default. On incomplete credentials, auth failure, or network error it warns and falls back to the last cached snapshot (non-fatal). Closes the v0.1.7 design Q3 deviation where freshness was bounded by the last manual sync. `tycoon data fivetran sync` stays as the cron-friendly bulk-populate command.
0 commit comments