Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 789 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 789 Bytes

dbt-integration-tests

⚠️ THIS SUITE IS NO LONGER THE RECOMMENDED WAY TO TEST ADAPTERS. If you are building and testing a new dbt adapter, please read instead: "Testing a new adapter"

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