Skip to content

Latest commit

 

History

History

integration_tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Integration tests

To test the package for a new adapter:

  • in your shell, cd to integration_tests
  • set up the relevant profile information for the profile name integration_tests. You can create your profile running dbt init.
  • do a dbt deps to symlink the package from the repo one (this is only required the first time you run some tests and not every time)
  • do a dbt build (or dbt build --target my_target to specify a given target)
  • the dbt command should run successfully, creating the models and running the test as expected ✅