mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
feat: old Firebolt dialect (#31849)
This commit is contained in:
@@ -547,7 +547,12 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
|
||||
feature_flag_manager.init_app(self.superset_app)
|
||||
|
||||
def configure_sqlglot_dialects(self) -> None:
|
||||
SQLGLOT_DIALECTS.update(self.config["SQLGLOT_DIALECTS_EXTENSIONS"])
|
||||
extensions = self.config["SQLGLOT_DIALECTS_EXTENSIONS"]
|
||||
|
||||
if callable(extensions):
|
||||
extensions = extensions()
|
||||
|
||||
SQLGLOT_DIALECTS.update(extensions)
|
||||
|
||||
@transaction()
|
||||
def configure_fab(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user