Skip to content

Commit d22170d

Browse files
author
maxime.c
committed
update doc
1 parent 1222b18 commit d22170d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

airbyte_cdk/sources/declarative/requesters/query_properties/query_properties.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def get_request_property_chunks(self) -> Iterable[List[str]]:
2929
"""
3030
Uses the defined property_list to fetch the total set of properties dynamically or from a static list
3131
and based on the resulting properties, performs property chunking if applicable.
32-
:param stream_slice: The StreamSlice of the current partition being processed during the sync. This is included
33-
because subcomponents of QueryProperties can make use of interpolation of the top-level StreamSlice object
3432
"""
3533
fields: List[str]
3634
if isinstance(self.property_list, PropertiesFromEndpoint):

0 commit comments

Comments
 (0)