Skip to content

Commit f196ea7

Browse files
author
maxime.c
committed
Merge branch 'maxi297/bland_stream_instantiated_as_defaultstream' into maxi297/incremental_without_partition_router_as_defaultstream
2 parents 8181c83 + 1079629 commit f196ea7

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
@@ -2107,6 +2107,7 @@ def create_declarative_stream(
21072107
logger=logging.getLogger(f"airbyte.{stream_name}"),
21082108
# FIXME this is a breaking change compared to the old implementation which used the source name instead
21092109
cursor=cursor,
2110+
supports_file_transfer=hasattr(model, "file_uploader") and bool(model.file_uploader),
21102111
)
21112112

21122113
cursor_field = model.incremental_sync.cursor_field if model.incremental_sync else None

0 commit comments

Comments
 (0)