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
We should split the test .yml files into .prql and .sql, because:
the test code would be simplified,
plain .prql files will get syntax highlighting
.sql files don't need to be compiled when the site is being built, they can be committed and only compared to output of .prql compilation during testing.
The text was updated successfully, but these errors were encountered:
This is a followup for #2972.
We should split the test .yml files into .prql and .sql, because:
.sql files don't need to be compiled when the site is being built, they can be committed and only compared to output of .prql compilation during testing.
The text was updated successfully, but these errors were encountered: