From e50f02dbf63404560fe9e3676279ed3d8ce77ded Mon Sep 17 00:00:00 2001 From: eric-laurello <102970824+eric-laurello@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:00:25 -0400 Subject: [PATCH] AN-1707 dbt utils depend (#16) * docs * tests, transaction inner inner update * small fixes * fix dbt utils depend --- packages.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages.yml b/packages.yml index 375d01c..c1c386e 100644 --- a/packages.yml +++ b/packages.yml @@ -1,7 +1,9 @@ packages: - - package: calogica/dbt_expectations - version: [">=0.4.0", "<0.9.0"] + - package: dbt-labs/dbt_utils + version: [">=0.8.0", "<0.9.0"] - package: dbt-labs/dbt_external_tables version: 0.8.0 - package: Snowflake-Labs/dbt_constraints - version: [">=0.4.0", "<0.5.0"] \ No newline at end of file + version: [">=0.4.0"] + - package: calogica/dbt_expectations + version: [">=0.4.0", "<0.6.0"] \ No newline at end of file