Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Add env parameter to for dbt to parse environment variables to spawne…
Browse files Browse the repository at this point in the history
…d subprocess
  • Loading branch information
RafalSiwek committed Apr 13, 2022
1 parent e907fa3 commit 37cbbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ dbt_run = DbtRunOperator(

## Templating and parsing environments variables

If you would like to run DBT using custom profile definition template with environment-specific variables, like for example profiles.yml:
If you would like to run DBT using custom profile definition template with environment-specific variables, like for example profiles.yml using jinja:
```yaml
<profile_name>:
outputs:
Expand Down

0 comments on commit 37cbbef

Please sign in to comment.