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

SQL Editor: latest reconcile error is sometimes not shown in editor #4918

Closed
ericpgreen2 opened this issue May 16, 2024 · 0 comments · Fixed by #4923
Closed

SQL Editor: latest reconcile error is sometimes not shown in editor #4918

ericpgreen2 opened this issue May 16, 2024 · 0 comments · Fixed by #4923
Labels
blocker A release blocker issue that should be resolved before a new release Type:Bug Something isn't working

Comments

@ericpgreen2
Copy link
Contributor

ericpgreen2 commented May 16, 2024

After various SQL editing, I've run into the following state:

  • In Rill Developer, I've previously run select * from "Adbds", and I see its accompanying preview table
  • In Rill Developer, I've edited my query to select abc from "Adbids", and the prior query's preview table remains. I should see an error that "column abc does not exist", but I don't.
  • In VSCode, I see the same file as displayed in Rill Developer.
  • In my terminal, I see the correct reconcile error.
  • Refreshing the page in Rill Developer, I see the correct reconcile error.
image image image
@ericpgreen2 ericpgreen2 added Type:Bug Something isn't working blocker A release blocker issue that should be resolved before a new release labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker A release blocker issue that should be resolved before a new release Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant