From ab08996e67642eb3e2c91ac1a8cb2f8c89cd8bb7 Mon Sep 17 00:00:00 2001 From: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:58:48 -0500 Subject: [PATCH] update ymls --- 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 5c6884d..efef0e9 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 name: 'quickbooks_source' -version: '0.9.0 +version: '0.9.0' require-dbt-version: [">=1.3.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 680e750..dbbb80d 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'quickbooks_source_integration_tests' -version: '0.9.0 +version: '0.9.0' profile: 'integration_tests'