-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
feat: Visualize SqlLab.Query model data in Explore 📈 #20281
Merged
Merged
Changes from all commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
6fc435d
add POC ExploreMixin
hughhhh 632ce21
Working POC
hughhhh 6f22618
Created/tested query dataset dropdown
lyndsiWilliams 236c489
Add isValidDatasourceType to @superset-ui/core and hide query dropdown
lyndsiWilliams 24261d1
fix merge conflicts
hughhhh bd3b6a9
Visual updates to explore datasource panel
lyndsiWilliams 64f4181
Temporarily make Query icon visible
lyndsiWilliams 7c07534
Remove Query icon visibility
lyndsiWilliams 6fab57f
Removed isValidDatasourceType check
lyndsiWilliams 3a46152
Added Query preview Modal from DatasourceControl if the data source t…
eric-briscoe 613d78a
> fix integration point with frontend
hughhhh e076f13
Merge branch 'master' of https://github.com/preset-io/superset into c…
hughhhh 31dfdd2
Adjusts conditional logic approach to be extensible for additional ty…
eric-briscoe bbb91e0
Merge branch 'chart-power-query' into lyndsi/dataset-panel-updates
eric-briscoe 8513cc5
Merge branch 'lyndsi/dataset-panel-updates' into ericbriscoe/sc-41493…
eric-briscoe cd54603
refactor
hughhhh a173cfa
Merge branch 'master' of https://github.com/preset-io/superset into c…
hughhhh 0295818
Merge pull request #218 from preset-io/ericbriscoe/sc-41493/query-pre…
eric-briscoe de20276
set field for sql
hughhhh bd7db0d
Fixes issue where Missing query parameters error was showing in datas…
eric-briscoe e344197
add query_language
hughhhh 9c5bc48
fix ds main_dttm
hughhhh b6fbc33
Fixes issue where menu.tsx was blocking access to redux debugging for…
eric-briscoe 6af2961
Fixes issue where database id was not available to save query as data…
eric-briscoe 12546f5
Merge branch 'master' into chart-power-query
eric-briscoe ff59846
Merge branch 'master' into chart-power-query
hughhhh bdbf2d1
oops
hughhhh 559e1a2
fix pre-commit to 50 errors now
hughhhh 890be43
fix circuliar dep
hughhhh 4b833be
Disables showing Metrics section in DatasourcePanel when Query is the…
eric-briscoe 4254b7e
adds condition to use query.columns if query.results is not present e…
eric-briscoe 4710b3d
down to 26 now
hughhhh 017bde6
patch for pre-commit
hughhhh 075c5d8
one more pre-commit
hughhhh d73504c
added explore_json error
AAfghahi 74ae38c
added error messages
AAfghahi 97ee4eb
Fixes frontend lint and TypeScript errors unit test fixes will be nex…
eric-briscoe 276bc28
Aditional TypeScript error fix
eric-briscoe a8ff273
Fixes unit test failure
eric-briscoe 044945b
added frontend piece
AAfghahi 8d8a868
Merge branch master
eric-briscoe 7ace7a4
Fixes bad import caused by merge from master and removes duplicate sh…
eric-briscoe e436582
Fixes for DartasourceControl Test Suite
eric-briscoe 76c3505
Fix lint error
eric-briscoe 3370439
Fixes unit test issues due to array instead of a component being pass…
eric-briscoe d1866e8
merged main branch
AAfghahi 18b6fa1
Merge pull request #223 from preset-io/arash/error_messages
AAfghahi a7ded35
Fixes unit test failure for DatasourceControl and simplifies getDatas…
eric-briscoe c65c225
Merge branch 'master' into chart-power-query
eric-briscoe 232d6dc
pylint
AAfghahi aa2756e
core_test fix
AAfghahi ebdfcf0
Merge pull request #225 from preset-io/arash/pylint_errors
hughhhh a52acd9
Merge branch 'master' into chart-power-query
eric-briscoe 3653e40
Fixes line error post merge from master
eric-briscoe c0ab26b
merge master
hughhhh 655fddf
fixed from master
hughhhh f752655
fixed from master
hughhhh c478add
Merge branch 'chart-power-query' of ssh://github.com/preset-io/supers…
eric-briscoe 5e32c24
Fixes issue where Overwrite dataset does not work due to userid error
eric-briscoe 6707808
Resolves TypeScript errors with changes made for SPA merging in and c…
eric-briscoe b28d79c
fix: top right panel view query functionality
hughhhh c619618
Merge branch 'master' of https://github.com/preset-io/superset into c…
hughhhh fa85488
remove unneeded code from core.py
hughhhh a09d781
working samples endpoint for query
hughhhh 4850f9a
new error message for legacy chart
AAfghahi bb7acbb
Merge branch 'chart-power-query' into arash/newErrorMessage
AAfghahi d80576e
addressing comments
AAfghahi 076e4fd
add owner check
hughhhh c5ca22d
update FE for it
hughhhh a35038d
handle columns are dict vs object
hughhhh 661bb9e
fix exceptions
hughhhh b476b70
fix fe lint
hughhhh 56fcdc9
fix test
hughhhh 551ddc8
Merge pull request #233 from preset-io/chart-power-query-samples
hughhhh 6e5443a
add tab_name to payload
hughhhh 97ac731
Enables use of tab name from Query
eric-briscoe 664773a
fix merge conflicts
hughhhh a073313
fix cypress test
hughhhh f717e18
save columns on execution
hughhhh 16ea687
fix frontend build test
hughhhh 3f6fa0a
remove parathesis around columns
hughhhh 88a51b4
changing column types
AAfghahi a105ca6
fixing samples that has literal_columns
AAfghahi 9e09af2
address comments
hughhhh 8eb1709
all save to datasets now working
AAfghahi 744f031
Merge remote-tracking branch 'origin/chart-power-query' into arash/ne…
AAfghahi d21f145
fix menu
hughhhh 432aee7
fix build
hughhhh 66fc9a6
remove viz error code and addressed more concerns
hughhhh ff963db
Update superset-frontend/src/explore/components/ExploreChartPanel.jsx
AAfghahi e4448fe
Merge branch 'chart-power-query' into arash/newErrorMessage
AAfghahi a203bf8
addressed hugh comments
AAfghahi 15d530c
remove viz error code and addressed more concerns
hughhhh 48f40a6
Merge branch 'master' of https://github.com/preset-io/superset into c…
hughhhh 555d26b
address comments v2
hughhhh cc7a2d0
Merge remote-tracking branch 'origin/chart-power-query' into arash/ne…
AAfghahi eb99ad4
addressed last comment
AAfghahi 4fa62e9
addressed last comment
AAfghahi afa34fd
failing test
AAfghahi c0d7c14
Merge pull request #231 from preset-io/arash/newErrorMessage
hughhhh 0666568
Merge branch 'master' into chart-power-query
AAfghahi 0e5767b
hide feature
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
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
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.
make this into a switch statement
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.
you can remove DatasourceType.Druid