mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix(explore): Display missing dataset for denied access (#34129)
This commit is contained in:
@@ -670,6 +670,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
||||
extra={
|
||||
"link": self.get_datasource_access_link(datasource),
|
||||
"datasource": datasource.id,
|
||||
"datasource_name": datasource.name,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user