-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[snowflake] Cache information schema queries on snowflake" (#…
…1093) Caching is running into issues with things like ``` CREATE MIRROR CREATE TARGET SCHEMA DROP MIRROR DROP TARGET SCHEMA CREATE TARGET SCHEMA CREATE MIRROR ``` where cache tricks system into thinking metadata tables exist & the system gets stuck trying to use tables it thinks it upsert Possible there's other issues, but caching needs to be thought over to address: 1. invalidate cache on specific errors 2. either have code bypass cache or make sure the code doesn't rely on the information being fresh 3. whole system being built to recover/resync better
- Loading branch information
Showing
6 changed files
with
98 additions
and
337 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.