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

This commit is contained in:
Miroslav Stampar
2026-01-12 22:35:56 +01:00
parent 9e29d7af8c
commit 07aa7f994d
4 changed files with 5 additions and 9 deletions

View File

@@ -15,10 +15,6 @@ class Enumeration(GenericEnumeration):
logger.warning(warnMsg)
return {}
def getHostname(self):
warnMsg = "on Snowflake it is not possible to enumerate the hostname"
logger.warning(warnMsg)
def searchDb(self):
warnMsg = "on Snowflake it is not possible to search databases"
logger.warning(warnMsg)