From d498e581fb89b83bb97f5e3a695efab906163770 Mon Sep 17 00:00:00 2001 From: clausherther Date: Tue, 2 Feb 2021 20:30:29 -0700 Subject: [PATCH] Add support for dbt 0.19 --- dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt_project.yml b/dbt_project.yml index f1feb41..66648d1 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -8,7 +8,7 @@ clean-targets: ["target", "dbt_modules"] macro-paths: ["macros"] log-path: "logs" -require-dbt-version: [">=0.18.0", "<0.19.0"] +require-dbt-version: [">=0.18.0", "<0.20.0"] profile: integration_tests quoting: