Skip to content

Commit f42fdab

Browse files
committed
chore: mypy
1 parent a73ea65 commit f42fdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ def _get_download_retriever() -> SimpleRetrieverTestReadDecorator | SimpleRetrie
28882888
job_orchestrator_factory=lambda stream_slices: AsyncJobOrchestrator(
28892889
job_repository,
28902890
stream_slices,
2891-
JobTracker(model.max_concurrent_jobs, config),
2891+
JobTracker(model.max_concurrent_jobs or 1, config),
28922892
self._message_repository,
28932893
has_bulk_parent=False,
28942894
# FIXME work would need to be done here in order to detect if a stream as a parent stream that is bulk

0 commit comments

Comments
 (0)