AltimateAI / AltimateAI/altimate-code

[FEATURE]: discover dbt utilities configuration

Abierto
#448 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
811
Forks
134
Merge medio
3 d 2 h
PR fusionados (30 d)
50

Descripción

### 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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.