-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: Refactor ExploreMixin to power both Datasets (SqlaTable) and Query models #22853
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e386bc4
re patch sqlatable into exploremixin
hughhhh bf36bfa
Merge branch 'master' of https://github.com/apache/superset into fix-…
hughhhh 4528add
mk1: working explore with sqlatable model with exploremixin
hughhhh 516dde4
working sqlatable + query with uncommented code that needs to be cleaned
hughhhh 47c2f83
fix linting
hughhhh 8391997
Merge branch 'master' of https://github.com/apache/superset into fix-…
hughhhh 247f223
fix logos for columns
hughhhh d4e4869
add filterable true to allow columns to have metrics
hughhhh ce25c86
only stop propagation if e is defined
hughhhh ba75281
fix save
hughhhh b629760
remove log
hughhhh 99d9070
fix linting
hughhhh d4b6d04
change column name references
hughhhh e1ab0ac
fix lint
hughhhh caa0b89
Merge branch 'master' of https://github.com/apache/superset into fix-…
hughhhh bdd0727
pre-commit
hughhhh f2b512f
lint
hughhhh 8937044
address concerns
hughhhh 1d443b7
fix saving columns
hughhhh 303a92e
add fix for name vs column_name
hughhhh e7a9257
Merge branch 'master' of https://github.com/apache/superset into fix-…
hughhhh 7376596
Merge branch 'master' of https://github.com/apache/superset into fix-…
hughhhh 0c00253
add QueryStringExtended
hughhhh d178aca
bring in master
hughhhh 9d5dd92
ok
hughhhh 29dfe09
ok
hughhhh dccf089
lit
hughhhh 924514a
lint
hughhhh 1dd895b
maybe
hughhhh 15a6975
Merge branch 'master' of https://github.com/apache/superset into fix-…
hughhhh 245d0ad
ask for check
hughhhh f32b549
linting
hughhhh df47fb0
linting
hughhhh 266e224
lint 1 more
hughhhh dfe7191
fe build fix
hughhhh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason why we're changing this?
column.column_name
is redundant.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we are condensing
Query
to use theTableColumn
model object we need make the names matchsuperset/superset/connectors/base/models.py
Line 602 in f2b512f
Before we were managing our on dict inside extra, and I made is
name
originally