Skip to content

Commit

Permalink
Merge pull request #34 from singer-io/additional-query-incompatible-o…
Browse files Browse the repository at this point in the history
…bjects

Add more query incompatible SF objects
  • Loading branch information
KAllan357 authored Jan 31, 2018
2 parents 8fa9e64 + cffa2b8 commit e2d1465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tap_salesforce/salesforce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
'AttachedContentDocument',
'ContentBody',
'NoteAndAttachment',
'LookedUpFromActivity'])
'LookedUpFromActivity',
'AttachedContentNote',
'QuoteTemplateRichTextData'])

def log_backoff_attempt(details):
LOGGER.info("ConnectionError detected, triggering backoff: %d try", details.get("tries"))
Expand Down

0 comments on commit e2d1465

Please sign in to comment.