Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaks to better support extending aspects-dbt (#877)
* fix: install dbt requirements only if file is present `dbt init` does not create a requirements.txt file by default, and so dbt extensions may not have this file. * fix: pass DBT_PROFILE_TARGET_DATABASE into the env before running dbt This variable is referenced in various aspects-dbt models.
- Loading branch information