From 847550c56f3a023d21aa9f46596de499590a1a8a Mon Sep 17 00:00:00 2001 From: Avinash Kunnath Date: Tue, 29 Oct 2024 18:26:30 -0700 Subject: [PATCH] schema --- integration_tests/dbt_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 4adae8d..fd49413 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -13,7 +13,7 @@ models: vars: quickbooks_source: - quickbooks_schema: quickbooks_source_integration_tests + quickbooks_schema: quickbooks_source_integrations_tests quickbooks_account_identifier: "account_data" quickbooks_address_identifier: "address_data" quickbooks_bill_line_identifier: "bill_line_data"