-
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
fix: Allow dataset owners to explore their datasets #20382
fix: Allow dataset owners to explore their datasets #20382
Conversation
@dpgaspar I see you approved the original fix to the linked issue. Would you mind taking a look? |
Codecov Report
@@ Coverage Diff @@
## master #20382 +/- ##
=======================================
Coverage 66.75% 66.75%
=======================================
Files 1740 1740
Lines 65156 65160 +4
Branches 6900 6900
=======================================
+ Hits 43492 43496 +4
Misses 19915 19915
Partials 1749 1749
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@reesercollins thanks for the fix -- what's the ETA for getting this merged? We have some users blocked on this issue. Thanks! |
e512171
to
4e8ff45
Compare
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.
LGTM
* fix: Allow dataset owners to explore their datasets * Re-order imports * Give owners security manager permissions to their datasets * Update test suite * Add SqlaTable to is_owner types * Add owners to datasource mock * Fix VSCode import error * Fix merge error
This reverts commit f910958.
* fix: Allow dataset owners to explore their datasets * Re-order imports * Give owners security manager permissions to their datasets * Update test suite * Add SqlaTable to is_owner types * Add owners to datasource mock * Fix VSCode import error * Fix merge error
* fix: Allow dataset owners to explore their datasets * Re-order imports * Give owners security manager permissions to their datasets * Update test suite * Add SqlaTable to is_owner types * Add owners to datasource mock * Fix VSCode import error * Fix merge error
SUMMARY
This fixes a missed codepath by @cccs-tom's fix to #19360 which was pointed out by @HeathLee.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Try to explore a dataset which you own. You should now be able to.
ADDITIONAL INFORMATION