Skip to content

Commit cea9908

Browse files
committed
Rollback use_cache option
1 parent 3824567 commit cea9908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,6 +2384,7 @@ def create_dynamic_schema_loader(
23842384
stream_slicer=combined_slicers,
23852385
transformations=[],
23862386
enable_logs=False,
2387+
use_cache=True,
23872388
)
23882389
schema_type_identifier = self._create_component_from_model(
23892390
model.schema_type_identifier, config=config, parameters=model.parameters or {}

0 commit comments

Comments
 (0)