We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbe1f9 commit 3157521Copy full SHA for 3157521
tap_quickbooks/__init__.py
@@ -111,10 +111,7 @@ def do_discover(qb):
111
fields = qb.describe(sobject_name)
112
113
replication_key = REPLICATION_KEY
114
- if sobject_name.endswith('Report'):
115
- replication_key = None
116
-
117
- if sobject_name in FULL_SYNC_STREAMS:
+ if sobject_name.endswith('Report') or sobject_name in FULL_SYNC_STREAMS:
118
replication_key = None
119
120
properties = {}
0 commit comments