-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
When running /discover it would be awesome if it automatically detects in your project that you use SQLFluff, dbt-osmosis and/or pre-commit and uses this to guide the model to adhere to these standards.
For SQLFluff the configuration of how you want your .sql files to be formatted is already defined within your project.
For the .yaml files we use dbt-osmosis commands to format the yaml files in alphabetical order.
Besides from how we format our files we also run additional checks in CI, when making changes it would be really nice if tool could also use the pre-commit hooks to verify that the changes that are made by it is in line with our project.
My alternative now was to use /train to give all this context to the model so that it conforms to it, this seems to be working for a bit. But not as much as I had hoped for.
Perhaps we can enhance altimate-code by making these dbt utilities an integrated part of the tool to adhere to already defined project standards