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

[exploreV2] remove /exploreV2 endpoint, add v2 bootstrap data to /explore endpoint #1536

Merged
merged 3 commits into from
Nov 3, 2016
Merged

[exploreV2] remove /exploreV2 endpoint, add v2 bootstrap data to /explore endpoint #1536

merged 3 commits into from
Nov 3, 2016

Conversation

ascott
Copy link

@ascott ascott commented Nov 3, 2016

  • get rid of duplicated /exploreV2/ endpoint, just add what we need to current /explore/ endpoint

plz review @mistercrunch @vera-liu @bkyryliuk

@@ -1333,6 +1333,19 @@ def explore(self, datasource_type, datasource_id):
slice_edit_perm = check_ownership(slc, raise_if_false=False)
slice_download_perm = self.can_access('can_download', 'SliceModelView')

# bootstrap data for explore V2
bootstrap_data = {
Copy link
Member

Choose a reason for hiding this comment

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

this belongs in the elif request.args.get("V2") == "true":

@ascott ascott merged commit d9b49ca into apache:master Nov 3, 2016
@ascott ascott deleted the alanna-sync-explorev2-in-views.py branch November 3, 2016 20:37
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.13.0 labels Feb 19, 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.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants