Adding support for --statements to Snowflake implementation (#5980)

This commit is contained in:
Miroslav Stampar
2026-01-12 22:41:42 +01:00
parent 07aa7f994d
commit ef6c3d40d3
4 changed files with 8 additions and 10 deletions

View File

@@ -28,8 +28,3 @@ class Enumeration(GenericEnumeration):
warnMsg = "on Snowflake it is not possible to enumerate the user privileges"
logger.warning(warnMsg)
return {}
def getStatements(self):
warnMsg = "on Snowflake it is not possible to enumerate the SQL statements"
logger.warning(warnMsg)
return []