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 33b9f83 commit af80b23Copy full SHA for af80b23
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -2731,7 +2731,7 @@ def create_simple_retriever(
2731
for path in model.lazy_read_pointer
2732
]
2733
partition_router = self._create_component_from_model(
2734
- model=model.partition_router,
+ model=model.partition_router, # type: ignore[arg-type] # model.partition_router has BaseModel type
2735
config=config, # type: ignore[arg-type]
2736
)
2737
stream_slicer = (
0 commit comments