"Something went wrong, please try again later." On Sync tables for PostgreSQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2025 03:10 AM - edited 11-24-2025 03:12 AM
I'm using the Sync feature to load up a Snowflake view from a catalog to postgreSQL (to expose data to API's for faster response times).
I'm been playing around scripting the creation of the sync. And when I create + delete and recreate the same sync/pipeline with same name and DB, I get this error when trying to access to the sync table in my catalog.
The pipelines are in success, the data is accessible on PostgreSQL. But i have this "display" error. It only happens when I delete a synced table (+ delete in postgre + pipeline) and recreate it with the same name/information. Changing the db or table name won't give me this issue.