-
Notifications
You must be signed in to change notification settings - Fork 76
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
error when calling %sqlcmd snippets
if there is no active connection
#761
Comments
While I was working on #783, I noticed that this error also occurs for other Acceptance Criteria
|
@bbeat2782 thanks for working on this. this happens because some commands only work with sqlalchemy connections. so we should still raise the error. however, in other commands, we should not require a connection. we should show the error for commands: tables, columns, test, profile, explore we should not require an existing connection for commands: snippets, connect |
please add unit tests for these cases |
Changed AC based on your comment |
error:
The text was updated successfully, but these errors were encountered: