datacoves / dbt-coves

CLI tool for dbt users to simplify creation of staging models (yml and sql) files
https://pypi.org/project/dbt-coves/
Apache License 2.0
249 stars 15 forks source link

Fix #486: using env_var in Profiles.yml raised a LookupError #487

Closed BAntonellini closed 4 months ago

BAntonellini commented 4 months ago

This PR fixes #486

Since dbt-adapters and dbt-common dedup (1.7 onwards), Env has to be explicitly set to dbt-common's Invocation Context.