Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3889,6 +3889,8 @@ def create_parent_stream_config_with_substream_wrapper(
),
)

substream_factory._api_budget = self._api_budget

return substream_factory.create_parent_stream_config(
model=model, config=config, stream_name=stream_name, **kwargs
)
Expand Down
Loading