Added the Spool Command in REPL#2721
Open
varundeepsaini wants to merge 6 commits intosnowflakedb:mainfrom
Open
Added the Spool Command in REPL#2721varundeepsaini wants to merge 6 commits intosnowflakedb:mainfrom
varundeepsaini wants to merge 6 commits intosnowflakedb:mainfrom
Conversation
Author
|
@sfc-gh-yostrinsky |
|
Hi. I'm afraid I'm not in the role for that :) |
Author
|
Could you please tag someone who is |
sfc-gh-mraba
previously approved these changes
Dec 18, 2025
Author
|
@sfc-gh-mraba i have pushed the suggested changes. Could you please review again and run the checks |
Author
|
@sfc-gh-mraba bump ^^ |
Author
|
@sfc-gh-mraba bump ^^ |
Updated section headers and improved clarity on configuration behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #2719
Pre-review checklist
Changes description
Adds
!spoolcommand to the SQL REPL for SnowSQL feature parity.!spool <filename>- Start writing query output to file!spool off- Stop writing and close fileOutput goes to both console and file. Spool is automatically closed on REPL exit.
Ref: https://docs.snowflake.com/en/user-guide/snowsql-use#spool