You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often seeing issue where I make a change to a .malloy file that results in an error, the malloynb file that imports it shows the error, but then once the error is resolved in the .malloy file, the error remains in the .malloynb file even though the queries work fine.
This query works fine and renders results, but the error will not go away.
To Reproduce
Create malloy model, import into malloynb, create query in malloynb that uses model, create error in model file, see that error appears in malloynb file, resolve error in model file, error still exists in malloynb file.
OS:
macOS
Malloy Client:
local VSCode
Malloy Client Version:
latest
Database Connection:
Postgres
The text was updated successfully, but these errors were encountered:
bporterfield
changed the title
Error in notebook remains even when query works
Error in notebook remains even though query works
Jul 11, 2024
What happens?
Often seeing issue where I make a change to a
.malloy
file that results in an error, themalloynb
file that imports it shows the error, but then once the error is resolved in the.malloy
file, the error remains in the.malloynb
file even though the queries work fine.This query works fine and renders results, but the error will not go away.
To Reproduce
Create malloy model, import into malloynb, create query in malloynb that uses model, create error in model file, see that error appears in malloynb file, resolve error in model file, error still exists in malloynb file.
OS:
macOS
Malloy Client:
local VSCode
Malloy Client Version:
latest
Database Connection:
Postgres
The text was updated successfully, but these errors were encountered: