Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2025 06:36 AM
Additional Context:
- The feature spec created from the synced table is served through an endpoint, and we need to keep the same endpoint URL for consumers.
- After schema changes, we currently recreate the synced table and feature spec with the same names before updating the endpoint.
- Even after updates, the endpoint sometimes breaks or becomes irrecoverable.
- We have steps in place to clean up the Postgres datastore during synced table deletions, so the issue is not with leftover data but with the binding between the endpoint and feature spec.