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 1222b18 commit d22170dCopy full SHA for d22170d
airbyte_cdk/sources/declarative/requesters/query_properties/query_properties.py
@@ -29,8 +29,6 @@ def get_request_property_chunks(self) -> Iterable[List[str]]:
29
"""
30
Uses the defined property_list to fetch the total set of properties dynamically or from a static list
31
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
34
35
fields: List[str]
36
if isinstance(self.property_list, PropertiesFromEndpoint):
0 commit comments