diff --git a/setup.py b/setup.py index 8ed3a08..96615a1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_version(): readme = f.read() setup(name='tap-quickbooks', - version='1.4.46', + version='1.4.47', description='Singer.io tap for extracting data from the Quickbooks API', author='hotglue', url='http://hotglue.xyz/', diff --git a/tap_quickbooks/quickbooks/__init__.py b/tap_quickbooks/quickbooks/__init__.py index de9f0d2..69a2e73 100644 --- a/tap_quickbooks/quickbooks/__init__.py +++ b/tap_quickbooks/quickbooks/__init__.py @@ -190,7 +190,8 @@ def field_to_property_schema(field, mdata): # pylint:disable=too-many-branches } }, "AccountRef": qb_types["object_reference"], - "ClassRef": qb_types["object_reference"] + "ClassRef": qb_types["object_reference"], + "DepartmentRef": qb_types["object_reference"] } } }