mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
feat(SIP-95): new endpoint for table metadata (#28122)
This commit is contained in:
@@ -1922,6 +1922,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
||||
table: Optional["Table"] = None,
|
||||
viz: Optional["BaseViz"] = None,
|
||||
sql: Optional[str] = None,
|
||||
catalog: Optional[str] = None, # pylint: disable=unused-argument
|
||||
schema: Optional[str] = None,
|
||||
) -> None:
|
||||
"""
|
||||
@@ -1934,6 +1935,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
|
||||
:param table: The Superset table (requires database)
|
||||
:param viz: The visualization
|
||||
:param sql: The SQL string (requires database)
|
||||
:param catalog: Optional catalog name
|
||||
:param schema: Optional schema name
|
||||
:raises SupersetSecurityException: If the user cannot access the resource
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user