DBT configuration parameters
To configure the service, use the following configuration parameters in ADCM.
|
NOTE
|
| Parameter | Description | Default value |
|---|---|---|
DBT_PROFILES_DIR |
Path to the profiles.yml configuration file |
/etc/ad-dbt/conf |
DBT_LOG_PATH |
Directory for logs |
— |
DBT_TARGET |
Specifies the |
— |
You can use the Custom dbt-env.sh field to set configuration parameters for GitSync. The settings specified in this field have higher priority than the settings specified in dbt-env.sh.
The docs component has the docs_projects parameter, which can be used as a configuration file to map project paths to ports for documentation’s web UI.
Configuration template:
docs_projects:
<project_dir>: <port>
where:
-
project_dir— path to a dbt project; -
port— port used to access documentation.
Example:
docs_projects:
/opt/test/dbt/dbt_people_lab: 8092
The documentation will be available at http://<host>:<port>.