Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1669337: Please add a REPL to snowflake-cli #1586

Open
jamiekt opened this issue Sep 17, 2024 · 0 comments
Open

SNOW-1669337: Please add a REPL to snowflake-cli #1586

jamiekt opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request sql

Comments

@jamiekt
Copy link

jamiekt commented Sep 17, 2024

Description

The feature of snowsql that I use constantly is the REPL. For example:

➜  ~ snowsql -a XXX.eu-west-1 -u jamie@myorg.com --authenticator externalbrowser
* SnowSQL * v1.3.2
Type SQL statements or !help
jamie@myorg.com#MY_DB@(no database).(no schema)>select current_user();
+------------------------------+
| CURRENT_USER()               |
|------------------------------|
| jamie@myorg.com |
+------------------------------+
1 Row(s) produced. Time Elapsed: 0.074s
jamie@myorg.com#MY_DB@(no database).(no schema)>select current_user();
+------------------------------+
| CURRENT_USER()               |
|------------------------------|
| jamie@myorg.com |
+------------------------------+
1 Row(s) produced. Time Elapsed: 0.077s
jamie@myorg.com#MY_DB@(no database).(no schema)>

However there is no such REPL in snow as far as I can tell. snow sql has -q, -f, -i options, but those aren;t equivalent to snowsql's REPL

Context

snow seems like the "do everything" CLI tool that Snowflake needs however until it has an interactive REPL I'll have to go on using both snow & snowsql, and I'd rather not have to do that.

@github-actions github-actions bot changed the title Please add a REPL to snowflake-cli SNOW-1669337: Please add a REPL to snowflake-cli Sep 17, 2024
@sfc-gh-turbaszek sfc-gh-turbaszek added enhancement New feature or request sql labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sql
Projects
None yet
Development

No branches or pull requests

2 participants