From 6138ecb98b827b1879d5188f0b4dcefa6833b88f Mon Sep 17 00:00:00 2001 From: Tomas Musil <51707187+papalas@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:45:02 +0200 Subject: [PATCH] Fix AccrualReport so it reports Department (#58) Department was not included in the schema --- tap_quickbooks/quickbooks/schemas/object_definition.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tap_quickbooks/quickbooks/schemas/object_definition.json b/tap_quickbooks/quickbooks/schemas/object_definition.json index 28de90c..52e4333 100644 --- a/tap_quickbooks/quickbooks/schemas/object_definition.json +++ b/tap_quickbooks/quickbooks/schemas/object_definition.json @@ -505,7 +505,10 @@ {"name": "KlassId", "type": "string"}, {"name": "Class", "type": "string"}, {"name": "ClassId", "type": "string"}, - {"name": "Categories", "type": "array", "child_type": "string"} + {"name": "Categories", "type": "array", "child_type": "string"}, + {"name": "Department", "type": "string"}, + {"name": "DepartmentId", "type": "string"} + ], "GeneralLedgerCashReport": [ {"name": "Date", "type": "string"},