Skip to content

Commit

Permalink
airbyte-cdk: defult decoder in requester creation to None
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 committed Jan 6, 2025
1 parent 300fc07 commit 8c139f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ def create_http_requester(
self,
model: HttpRequesterModel,
config: Config,
decoder: Decoder = JsonDecoder(parameters={}),
decoder: Decoder | None = None,
*,
name: str,
) -> HttpRequester:
Expand Down

0 comments on commit 8c139f0

Please sign in to comment.