-
Notifications
You must be signed in to change notification settings - Fork 34
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
Flag to override DB schema per query #270
Comments
thanks neil! so far this is just wonderful. can't see any bugs with the feature. |
the tab completion for I am eternally grateful for this tool, and once ticket feature 143 is in it will literally be like a christmas gift for my workflow, I will likely abandon the |
@c-nv-s Well... if you haven't experienced the shell completion yet, it truly will be like christmas. The completion is... extensive. I have a secret goal of making ![]() |
Is your feature request related to a problem? Please describe.
See this comment.
Given an existing source, it would be handy to be able to switch the schema on a per-query basis.
For example, given a source
@db1
:It should be possible to switch the schema for a single query, e.g.
$ sq --schema customer1 '.customers'
This would probably work by mutating the source location before execution, such that the effective location would be:
The text was updated successfully, but these errors were encountered: