vziminov commented on issue #42041: URL: https://github.com/apache/superset/issues/42041#issuecomment-4976552096
Hi @rusackas thanks for the quick response. Let me give an example why it feels like a bug. How catalog/schema/table names originally look (everything is separated with underscores). <img width="445" height="80" alt="Image" src="https://github.com/user-attachments/assets/7ef63650-9624-4d1a-9161-cda6c622131a" /> 1. I try to find permissions with 'stg silver' - nothing found as BE request returns nothing <img width="308" height="171" alt="Image" src="https://github.com/user-attachments/assets/be8c9de2-038a-451a-8109-8aa13de7de94" /> 2. I try to find permissions with 'stg_silver' - BE returns correct permissions, but FE wouldn't show it <img width="308" height="179" alt="Image" src="https://github.com/user-attachments/assets/fb47d2b3-3942-4f2d-b2eb-21c43660db8a" /> 3. I try find permissions with 'stg silver' again - now permissions from previous BE request are already loaded and FE shows it <img width="322" height="111" alt="Image" src="https://github.com/user-attachments/assets/c9cf40bb-a7f3-4205-9747-dd0a61000187" /> And of course, as mentioned above correct catalog name is 'stg_silver', not 'stg silver'. -- 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]
