Pulling database schema for storage from main or prod fails to run locally.
I am pulling the complete schema for my production database so that I can run it locally and develop there. After pulling, when I run the reset command, I get a lot of conflicts from tables like
storage.prefixes
, storage.iceberg_namespaces
, etc. These tables do not even exist in the storage schema and the schema file drops them anyway. So why or how are they getting pulled?0 Replies