Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2025 03:20 PM
Hi @Etyr ,
This is interesting, I think you are encountering a situation where recreating a synced table with the same name leaves the UC UI with cached or stale metadata for the prior table object, even though the new pipeline and Postgres table are fine.
To avoid this, can you try the following: after recreating, force a catalog refresh in the UI (attach a running SQL warehouse and click “Refresh catalog”), or hard-refresh your browser. This helps the UI invalidate cached metadata for the prior object and pick up the new one.