File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
airbyte_cdk/sources/declarative/requesters/query_properties Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments