@@ -175,6 +175,20 @@ It is bound to the test stage, and uses the following variables:
:warning: By default this job is focused on [unit testing](https://docs.getdbt.com/docs/build/unit-tests), this job can also run [data testing](https://docs.getdbt.com/docs/build/data-tests#related-reference-docs) when overidding `test-args` input.
### `dbt-project-evaluator-xxx` jobs
Those jobs perform a project evaluation to highlight misalignement with dbt Labs' best practices, based on [dbt_project_evaluator](https://dbt-labs.github.io/dbt-project-evaluator).
They can be enabled by setting `evaluator-enabled` / `DBT_EVALUATOR_ENABLED` to `true`
It is bound to the test stage, and uses the following variables:
| Input / Variable | Description | Default value |
"description":"Highlights areas of a dbt project that are misaligned with dbt Labs' best practices",
"enable_with":"DBT_EVALUATOR_ENABLED",
"variables":[
{
"name":"DBT_EVALUATOR_ARGS",
"description":"Arguments used by [dbt cli](https://docs.getdbt.com/reference/global-configs#command-line-flags) for [dbt_project_evaluator](https://dbt-labs.github.io/dbt-project-evaluator)",
description:Arguments used by [dbt cli](https://docs.getdbt.com/reference/global-configs#command-line-flags) for [dbt_project_evaluator](https://dbt-labs.github.io/dbt-project-evaluator)