Skip to content

Commit 6b35969

Browse files
author
maxime.c
committed
fix failed merge
1 parent 7b704e0 commit 6b35969

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
@@ -2117,6 +2117,7 @@ def _is_client_side_filtering_enabled(self, model: DeclarativeStreamModel) -> bo
21172117
model.incremental_sync
21182118
and hasattr(model.incremental_sync, "is_client_side_incremental")
21192119
and model.incremental_sync.is_client_side_incremental
2120+
)
21202121

21212122
def _build_stream_slicer_from_partition_router(
21222123
self,

0 commit comments

Comments
 (0)