Steve Karmaniolos

Results 1 issues of Steve Karmaniolos

### Expected behavior We use the `vars:` config in `dbt_project.yml` to dynamically create schemas in our DB. ``` vars: branch: "{{ env_var('BRANCH', '') }}" ``` When I try to pass...

enhancement
help wanted