profiles.yml Context
The following context variables and methods are available when configuring
resources in the profiles.yml
file.
Available context variables:
Example usage
~/.dbt/profiles.yml
jaffle_shop:target: devoutputs:dev:type: redshifthost: "{{ env_var('DBT_HOST') }}"user: "{{ env_var('DBT_USER') }}"password: "{{ env_var('DBT_PASS') }}"port: 5439dbname: analyticsschema: dbt_dbaninthreads: 4