From 32bc3668029807ab4fbd5598788778ae2b17c58e Mon Sep 17 00:00:00 2001 From: James Weakley Date: Thu, 18 Feb 2021 10:18:39 +1100 Subject: [PATCH] Use "config-version: 2" --- README.md | 2 +- dbt_project.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a356cbe..3ba866f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this in your dbt project, create or modify packages.yml to include: ``` packages: - package: "omnata-labs/dbt_ml_preprocessing" - version: [">=0.6.0"] + version: [">=0.7.0"] ``` _(replace the revision number with the latest)_ diff --git a/dbt_project.yml b/dbt_project.yml index 9532eda..a2a1be2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,8 +1,10 @@ name: 'dbt_ml_preprocessing' -version: '0.6.0' +version: '0.7.0' require-dbt-version: ">=0.15.1" +config-version: 2 + profile: "integration_tests" source-paths: ["models"]