Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

EarnestResearch/dbt-integration-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt-integration-tests

Installation

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.

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • Gherkin 7.3%
  • Shell 0.2%