This resolves some early issues with parallel linting and the dbt templater. The intent of this pre-release is to trial this functionality more extensively before a full release.
Changed
- Better exception handling for the simple parsing API (
sqlfluff.parse) which now raises an exception which holds all potential parsing issues and prints nicely with more than one issue. - Fix bug #1037, in which fix logging had been sent to stdout when reading data from stdin.
- Add a little bit of fun on CLI exit 🎉!
- Disabled models in the dbt templater are now skipped enitrely rather than returning an untemplated file.