bruno-santos-6 commented on PR #29287:
URL: https://github.com/apache/superset/pull/29287#issuecomment-2263387827

   @marre, thank you! However, you mentioned that this would fix the 'Modified 
By' field issue, but the only field currently removing the list of users is 
'Owner'.
   
   Example for the 'Owner' field:
   
![image](https://github.com/user-attachments/assets/75ab364a-a689-416d-947d-df25144f90bf)
   
   Example for the 'Modified By' field
   
   
![image](https://github.com/user-attachments/assets/5c122aec-e99c-446a-a69b-af9cb1355a72)
   
   Is there some configuration that I'm missing?
   
   from sqlalchemy.sql import false
   
     # Hide all users
     def user_filter(query):
         return query.filter(false())
           
       EXTRA_RELATED_QUERY_FILTERS = {
           "user": user_filter,
           "changed_by": user_filter
       }              


-- 
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