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

@@ -1806,7 +1806,7 @@
<banner query="CURRENT_VERSION()"/>
<current_user query="CURRENT_USER()"/>
<current_db query="CURRENT_SCHEMA()"/>
<hostname/>
<hostname query="PARSE_JSON(SYSTEM$ALLOWLIST())[0]:host"/>
<table_comment/>
<column_comment/>
<is_dba query="CURRENT_ROLE()='ACCOUNTADMIN'"/>