diff --git a/.DS_Store b/.DS_Store index 7eb791c..ded2b90 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tap_quickbooks/quickbooks/rest.py b/tap_quickbooks/quickbooks/rest.py index dcfdd7a..582f9f7 100644 --- a/tap_quickbooks/quickbooks/rest.py +++ b/tap_quickbooks/quickbooks/rest.py @@ -106,7 +106,7 @@ def _sync_records(self, url, headers, params, stream): headers.update(self.qb._get_standard_headers()) records_deleted = [] excluded_entities = ["Bill", "Payment", "Transfer", "CompanyInfo", "CreditMemo", "Invoice", - "JournalEntry", "Preferences", "Purchase", "SalesReceipt", "TimeActivity", "BillPayment"] + "JournalEntry", "Preferences", "Purchase", "SalesReceipt", "TimeActivity", "BillPayment","Estimate"] if self.qb.include_deleted and stream not in excluded_entities: # Get the deleted records first if "WHERE" in query: