dbt_project_evalutor: maybe_install dbt missing in dbt_project_evalutator
Describe the bug
When using an image without dbt command, dbt_project_evaluator fails with error dbt not found
Logs and/or screenshots
$ dbt deps --project-dir "${DBT_PROJECT_DIR}" --profiles-dir "${DBT_PROFILES_DIR}"
/scripts-521605-287149543/step_script: line 622: dbt: command not found
Context & Configuration
Here is the .gitlab-ci.yml file:
include:
# dbt template
- component: "$CI_SERVER_FQDN/to-be-continuous/dbt/gitlab-ci-dbt@4.8"
inputs:
image: ghcr.io/astral-sh/uv:python3.13-bookworm-slim
evaluator-enabled: true