You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
With %sql magic I be able to create several connections to the databases, but then I cannot list tables, explore and profile them because can't select in %sqlcmd
To Reproduce
%sql duckdb:// --alias db1
> Connecting and switching to connection 'db1'
%sql duckdb:// --alias db2
> Connecting and switching to connection 'db2'
%sqlcmd tables --alias db1
> UsageError: unrecognized arguments: --alias db1
%sqlcmd --alias db1 tables
> UsageError: %sqlcmd has no command: '--alias'. Valid commands are: tables, columns, test, profile, explore, snippets, connect
OS:
Linux
JupySQL Version:
0.10.12
Full Name:
Pavel Alexeev
Affiliation:
GID
The text was updated successfully, but these errors were encountered:
What happens?
Hello.
With
%sql
magic I be able to create several connections to the databases, but then I cannot list tables, explore and profile them because can't select in%sqlcmd
To Reproduce
OS:
Linux
JupySQL Version:
0.10.12
Full Name:
Pavel Alexeev
Affiliation:
GID
The text was updated successfully, but these errors were encountered: