We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
👋 Hi there,
While using the shell subcommand, I have noticed that the query history doesn't seem to be persisted correctly.
I observed the behaviour below on a local build of: dcbcf0b:
lenses-sql> show tables; // output omitted
lenses-sql>select * from cc_data limit 1; ... output omitted
cat ~/.lenses/history select * from cc_data limit 1; select * from cc_data limit 1;%
Note that:
The text was updated successfully, but these errors were encountered:
Merge pull request #52 from lensesio-dev/feat/DATA-961
a4939ab
fix(CLI): DATA-961/ Add Datasets field for Creating, Updating Policy
No branches or pull requests
👋 Hi there,
While using the shell subcommand, I have noticed that the query history doesn't seem to be persisted correctly.
Expected behaviour
Steps to reproduce
I observed the behaviour below on a local build of: dcbcf0b:
Note that:
The text was updated successfully, but these errors were encountered: