Skip to content

Commit db1c60d

Browse files
authored
ignore state key per article (#72)
1 parent 4f93fa7 commit db1c60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tap_intercom/streams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ class ArticlesExtendedStream(IntercomStream):
149149
records_jsonpath = "$"
150150
schema = articles_extended_schema
151151
parent_stream_type = ArticlesStream
152+
state_partitioning_keys: t.ClassVar[list[str]] = []
152153

153154
def parse_response(self, response: requests.Response) -> t.Iterable[dict]:
154155
"""Parse the response and return an iterator of result records.

0 commit comments

Comments
 (0)