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 f360d91 commit e2de3d4Copy full SHA for e2de3d4
airbyte_cdk/sources/declarative/retrievers/simple_retriever.py
@@ -384,10 +384,7 @@ def _read_pages(
384
385
response = None
386
try:
387
- if (
388
- self.additional_query_properties
389
- and self.additional_query_properties.property_chunking
390
- ):
+ if self.additional_query_properties:
391
for properties in self.additional_query_properties.get_request_property_chunks(
392
stream_slice=stream_slice
393
):
0 commit comments