LevisNgigi opened a new pull request, #31421:
URL: https://github.com/apache/superset/pull/31421

   <!---
   Fixes #31367
   fix(sql-lab): allow shared access to saved queries
   -->
   
   ### SUMMARY
   <!---
   This update removes restrictions on accessing shared saved queries in SQL 
Lab, enabling any user with SQL Lab permissions to load and view shared 
queries. The changes specifically address the issue where only the creator of a 
saved query could access it, improving collaboration among SQL Lab users.
   -->
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this section if not applicable -->
   
   ### TESTING INSTRUCTIONS
   1. Log in and save a query in SQL Lab.
   2. Copy the query URL using the "Copy Query URL" option.
   3. Share the URL with a different user (one with the `sqllab` role and 
access to the dataset).
   4. Have the other user try to load the shared query URL.
   5. Observe that the second user can successfully load the shared query.
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   - [x] Has associated issue: Fixes #31367
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to