AltimateAI / AltimateAI/altimate-code
[FEATURE]: discover dbt utilities configuration
- 主要語言
- TypeScript
- 星號
- 811
- 分支
- 134
- 平均合併
- 3 天 2 小時
- 30 天內合併 PR
- 50
描述
### Feature hasn't been suggested before.
- [x] 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](https://github.com/sqlfluff/sqlfluff), [dbt-osmosis](https://github.com/z3z1ma/dbt-osmosis) and/or [pre-commit](https://github.com/pre-commit/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
貢獻指南
評估
這個 Issue 還沒有評估資料。