Skip to main content

Module snowflake

Module snowflake 

Source
Expand description

omni-dev snowflake — a thin client that runs SQL through the daemon’s multiplexed, authenticate-once Snowflake sessions.

Lifecycle stays on omni-dev daemon (start/stop/status/restart); these subcommands only send query/sessions/disconnect ops to the snowflake service over the daemon’s Unix control socket.

Structs§

DisconnectCommand
Evicts a single multiplexed session.
QueryCommand
Runs arbitrary SQL through the (account, user) session, authenticating it on first use (a browser may open for sign-in).
SessionsCommand
Lists the daemon’s active multiplexed sessions.
SnowflakeCommand
Snowflake: authenticate once via external-browser SSO and run arbitrary SQL across any account, multiplexed by the daemon.

Enums§

OutputFormat
Output format for query results.
SnowflakeSubcommands
Snowflake subcommands.