Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added check cache key util #4432

Merged
merged 3 commits into from
Feb 15, 2018
Merged

Added check cache key util #4432

merged 3 commits into from
Feb 15, 2018

Conversation

hughhhh
Copy link
Member

@hughhhh hughhhh commented Feb 15, 2018

Added cache_key_exist endpoint for debugging purpose and making sure cache keys are being registered properly.

@mistercrunch

@@ -2208,6 +2208,15 @@ def cached_key(self, key):
return resp
return 'nope'

@expose('/cache_key_exist/<key>/')
Copy link
Contributor

@timifasubaa timifasubaa Feb 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing @has_access_api. Intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops...

@timifasubaa
Copy link
Contributor

LGTM

@mistercrunch mistercrunch merged commit 1e99f9e into apache:master Feb 15, 2018
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
* added check cache key util

* change docstring

* add has_access_api decorator
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
* added check cache key util

* change docstring

* add has_access_api decorator
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants