Skip to content

Commit e2de3d4

Browse files
committed
fix hubspot property chunking
1 parent f360d91 commit e2de3d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

airbyte_cdk/sources/declarative/retrievers/simple_retriever.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,7 @@ def _read_pages(
384384

385385
response = None
386386
try:
387-
if (
388-
self.additional_query_properties
389-
and self.additional_query_properties.property_chunking
390-
):
387+
if self.additional_query_properties:
391388
for properties in self.additional_query_properties.get_request_property_chunks(
392389
stream_slice=stream_slice
393390
):

0 commit comments

Comments
 (0)