Clone this repository, then run pip install -r requirements.txt
. Make sure that this project is installed into the same Python environment as the adapter and dbt code that you want to test.
To invoke, use:
bin/run-with-profile <profile-name> <other-options>
So, for example, to run the tests on a profile named postgres
:
bin/run-with-profile postgres
To run a specific test:
bin/run-with-profile postgres features/001_basic_materializations.feature