mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
refactor: Removes the legacy dataset editor (#31976)
This commit is contained in:
committed by
GitHub
parent
6eb87e04c0
commit
687f762457
@@ -410,7 +410,7 @@ class SQLStatement(BaseSQLStatement[exp.Expression]):
|
||||
|
||||
return self._fallback_formatting()
|
||||
|
||||
@deprecated(deprecated_in="4.0", removed_in="5.0")
|
||||
@deprecated(deprecated_in="4.0")
|
||||
def _fallback_formatting(self) -> str:
|
||||
"""
|
||||
Format SQL without a specific dialect.
|
||||
|
||||
Reference in New Issue
Block a user