Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove pinned dependency of dbt-core==1.0.1 in setup.py (#8)
Testplan: 1. Update dbt-core dependency to 1.0.4 (pip3 install --upgrade dbt-core), the current release version 2. From a dbt_demo project (https://github.infra.cloudera.com/abrown/dbt_demo) check: dbt debug (connection) dbt seed (seeds) dbt run (models) dbt docs generate (generate docs) dbt docs serve (start a browser with generated docs) 3. All commands should execute without error 4. Optional: dbt tests (this will check if dbt tests is running)
- Loading branch information