Skip to content

Commit a2dfe6b

Browse files
committed
Remove use_cache enabled flag from dynamic schema loader
1 parent 321a62e commit a2dfe6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,6 @@ def create_dynamic_schema_loader(
23392339
primary_key=None,
23402340
stream_slicer=combined_slicers,
23412341
transformations=[],
2342-
use_cache=True,
23432342
)
23442343
schema_type_identifier = self._create_component_from_model(
23452344
model.schema_type_identifier, config=config, parameters=model.parameters or {}

0 commit comments

Comments
 (0)