Skip to content

Commit 529e0b1

Browse files
author
maxime.c
committed
format
1 parent 751d1f3 commit 529e0b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3221,7 +3221,9 @@ def _get_url(req: Requester) -> str:
32213221
# Removes QueryProperties components from the interpolated mappings because it has been designed
32223222
# to be used by the SimpleRetriever and will be resolved from the provider from the slice directly
32233223
# instead of through jinja interpolation
3224-
if hasattr(model.requester, "request_parameters") and isinstance(model.requester.request_parameters, Mapping):
3224+
if hasattr(model.requester, "request_parameters") and isinstance(
3225+
model.requester.request_parameters, Mapping
3226+
):
32253227
model.requester.request_parameters = self._remove_query_properties(
32263228
model.requester.request_parameters
32273229
)

0 commit comments

Comments
 (0)