Code Quality
Paradime Code IDE provides out of the box features to help maintaining code quality and readability in your dbt™️ project.
Run SQLFluff
SQL fluffWith 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.
Run Prettier
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.
Find YAML errors
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.
Last updated
Was this helpful?