refactor: Removes the legacy dataset editor (#31976)

This commit is contained in:
Michael S. Molina
2025-01-24 14:52:22 -03:00
committed by GitHub
parent 6eb87e04c0
commit 687f762457
25 changed files with 25 additions and 1283 deletions

View File

@@ -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.