make test
example in /integration_test
not running correctly
#564
Labels
bug
Something isn't working
make test
example in /integration_test
not running correctly
#564
Describe the bug
When in the
/integration_test
folder, there areMakefile
instructions to run a command to show how a basic test would run. I chose postgres target because it does not require any additional configurations, and the command was already specified in the instructions.$ make test target=postgres models=sql.test_star seeds=sql.data_star
However, within the docker image
dbt
is not being installed. Which gives an error - dbt: command not found - when it is trying to be called in./run_test.sh
Steps to reproduce
Go into the /integrations_test folder, and run $ make test target=postgres models=sql.test_star seeds=sql.data_star
Expected results
A dbt job would start showing a passing test on the model
test_star
Actual results
System information
Which database are you using dbt with?
Additional context
I have a feeling I'm not specifying something correctly in the
make
command, however withdbt
not installing correctly I'm unsure how to debug this.Thanks!
The text was updated successfully, but these errors were encountered: