Move *ignore-cached-results* to middleware (#16695)
* Move *ignore-cached-results* to middleware Had tried to adjust the binding to work, but the binding ended before all of the bound functions and such were submitted to work, so when that code actually executed the binding was no longer in place. Annoying and it should be in middleware anyways * Remove now unused import (cache became keyword in middleware not binding)
Showing
- .dir-locals.el 1 addition, 0 deletions.dir-locals.el
- src/metabase/api/card.clj 26 additions, 24 deletionssrc/metabase/api/card.clj
- src/metabase/query_processor/middleware/cache.clj 4 additions, 10 deletionssrc/metabase/query_processor/middleware/cache.clj
- test/metabase/query_processor/middleware/cache_test.clj 8 additions, 12 deletionstest/metabase/query_processor/middleware/cache_test.clj
Loading
Please register or sign in to comment