From 3bd6e8a83e30e36f09b27d0bfa7f9c59edbabf93 Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Wed, 10 Jan 2024 13:12:59 -0800 Subject: [PATCH] update dbt_project.yml --- dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index 5c40df03..fadd8fef 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ config-version: 2 name: 'fivetran_log' -version: '1.4.1' +version: '1.4.2' require-dbt-version: [">=1.3.0", "<2.0.0"] models: diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index f2ab97c3..925f7edf 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'fivetran_log_integration_tests' -version: '1.4.1' +version: '1.4.2' config-version: 2 profile: 'integration_tests'