From ccf2a8bd186345145d4555def7e594d2357b9e3f Mon Sep 17 00:00:00 2001 From: Keyna Rafael <95432445+keyn4@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:23:47 -0500 Subject: [PATCH] add locations stream (#9) --- src/tap_intacct/const.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tap_intacct/const.py b/src/tap_intacct/const.py index a1eeea9..2637fae 100644 --- a/src/tap_intacct/const.py +++ b/src/tap_intacct/const.py @@ -29,7 +29,8 @@ 'invoice_items': ["RECORDNO"], 'adjustment_items': ["RECORDNO"], 'departments': ["DEPARTMENTID"], - "audit_history": ["ID"] + 'audit_history': ["ID"], + 'locations': ["RECORDNO"], } # List of available objects with their internal object-reference/endpoint name. @@ -56,7 +57,8 @@ "invoice_items": "ARINVOICEITEM", "adjustment_items": "ARADJUSTMENTITEM", "departments": "DEPARTMENT", - "audit_history": "AUDITHISTORY" + "audit_history": "AUDITHISTORY", + "locations": "LOCATION" } REP_KEYS = {