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.