We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2693d2 commit c914bbdCopy full SHA for c914bbd
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -583,7 +583,7 @@ def __init__(
583
disable_retries: bool = False,
584
disable_cache: bool = False,
585
disable_resumable_full_refresh: bool = False,
586
- catalog: ConfiguredAirbyteCatalog = ConfiguredAirbyteCatalog(streams=[]),
+ catalog: ConfiguredAirbyteCatalog = None,
587
message_repository: Optional[MessageRepository] = None,
588
connector_state_manager: Optional[ConnectorStateManager] = None,
589
max_concurrent_async_job_count: Optional[int] = None,
0 commit comments