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 4f93fa7 commit db1c60dCopy full SHA for db1c60d
tap_intercom/streams.py
@@ -149,6 +149,7 @@ class ArticlesExtendedStream(IntercomStream):
149
records_jsonpath = "$"
150
schema = articles_extended_schema
151
parent_stream_type = ArticlesStream
152
+ state_partitioning_keys: t.ClassVar[list[str]] = []
153
154
def parse_response(self, response: requests.Response) -> t.Iterable[dict]:
155
"""Parse the response and return an iterator of result records.
0 commit comments