-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Updating permission when refreshing druid datasource #2655
Merged
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bc582ae
Updating permission when refreshing druid datasource
e5c5c0b
Adding test
f9fd7d2
Fix style
8df76d2
Merge branch 'master' into perm_update
92923a0
Merge branch 'master' into perm_update
6b83d27
Merge branch 'master' into perm_update
893a1c1
Deletion view_menu after db, table, cluster, ds deletion
1abac56
Update table model
a97655f
Merge branch 'master' into perm_update
15a0c19
Linting
3dd01e7
Merge branch 'master' into perm_update
b4c5949
Merge branch 'master' into perm_update
aaacbc4
Merge branch 'master' into perm_update
2c61ce9
Merge branch 'master' into perm_update
d8b4b5b
Override _delete instead of post_delete
ff82e8d
Merge branch 'master' into perm_update
a18e201
fix
d1dad60
Merge branch 'master' into perm_update
3b13a68
lint
3744f42
fix multi delete
9b5e783
fix
5ebdf0c
Merge branch 'master' into perm_update
89b4ed7
Merge branch 'master' into perm_update
89639ce
Merge branch 'master' into perm_update
76b9678
Merge branch 'master' into perm_update
4449a63
Merge branch 'master' into perm_update
49fcd50
Refactoring
fad50c9
Amending
eb0953c
Merge branch 'master' into perm_update
33b2c97
Merge branch 'master' into perm_update
63f9260
Merge branch 'master' into perm_update
7e69463
Merge branch 'master' into perm_update
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
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.
Same as
https://github.com/airbnb/superset/blob/f374345860f4a3e307ea1772b099ce038868aa71/superset/security.py#L70
?
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.
Yes functionality-wise. But it doesn't seem to work with listener. I got an error saying "use connection level operation". So the merge function here uses connection.