rill
rill copied to clipboard
Rill Developer SQL Editor: Adding a SQL comment should not invalidate model results & data profiles
To Reproduce
- Create any valid model, like
select * from my_source
- Add a comment above the model, like
-- here's a SQL comment
- Note the model results and data profile results are invalidated as you type
Expected behavior I'd expect typing a comment does not trigger a refetch of model results or data profiles.
Screenshots JAM video here