Skip to content

Commit d297e48

Browse files
author
maxime.c
committed
fix docstring
1 parent cf06028 commit d297e48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ def get_request_property_chunks(self) -> Iterable[List[str]]:
3434
"""
3535
Uses the defined property_list to fetch the total set of properties dynamically or from a static list
3636
and based on the resulting properties, performs property chunking if applicable.
37-
:param stream_slice: The StreamSlice of the current partition being processed during the sync. This is included
38-
because subcomponents of QueryProperties can make use of interpolation of the top-level StreamSlice object
39-
:param configured_stream: The customer configured stream being synced which is needed to identify which
40-
record fields to query for and emit.
4137
"""
4238
fields: List[str]
4339
configured_properties = self.property_selector.select() if self.property_selector else None

0 commit comments

Comments
 (0)