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

Confusing error message when table does not exist #940

Closed
neelasha23 opened this issue Nov 15, 2023 · 0 comments · Fixed by #942
Closed

Confusing error message when table does not exist #940

neelasha23 opened this issue Nov 15, 2023 · 0 comments · Fixed by #942
Assignees

Comments

@neelasha23
Copy link

Reproducing steps:

%%sql
CREATE TABLE temp AS
(SELECT * FROM penguins.csv)
%%sql --save snippet
SELECT * FROM penguins.csv
%%sql
DROP TABLE temp;

Then if we run the below query it says snippet does not exist whereas it's actually the table temp.

Screenshot 2023-11-15 at 11 14 56 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants