mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
feat(db_engine): Implement user impersonation support for StarRocks (#28110)
This commit is contained in:
@@ -322,6 +322,7 @@ class PostgresEngineSpec(BasicParametersMixin, PostgresBaseEngineSpec):
|
||||
@classmethod
|
||||
def get_prequeries(
|
||||
cls,
|
||||
database: Database,
|
||||
catalog: str | None = None,
|
||||
schema: str | None = None,
|
||||
) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user