Code Quality
Last updated
Last updated
Paradime Code IDE provides out of the box features to help maintaining code quality and readability in your dbt™️ project.
With Paradime you can execute SQLFluff with one click using the Prettify
button in the terminal toolbar.
Simply open the file you want to lint and click on the Prettify
button.
With Paradime you can execute Prettier with one click using the Prettify
button in the terminal toolbar.
Simply open the YAML file you want to lint and click on the Prettify
button.
When running Prettify on a .yml
file Prettier will flag yaml errors that could break your dbt™️ project. You can open the output tab to find and debug your .yml
file.