Skip to content

Commit

Permalink
Fix MySQL<>dbt integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Jan 6, 2022
1 parent 9773633 commit 72d0653
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/resources/ingestion/dbt/airbyte_normalization/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ config-version: 2

profile: 'some_profile'

source-paths: ["models"]
docs-paths: ["docs"]
analysis-paths: ["analysis"]
test-paths: ["tests"]
data-paths: ["data"]
macro-paths: ["macros"]

target-path: "../build" # directory which will store compiled SQL files
log-path: "../logs" # directory which will store DBT logs
modules-path: "/tmp/dbt_modules" # directory which will store external DBT dependencies

clean-targets: # directories to be removed by `dbt clean`
- "build"
- "dbt_modules"
Expand Down

0 comments on commit 72d0653

Please sign in to comment.