Skip to content

Commit 9d6428c

Browse files
authored
Merge branch 'main' into devin/1763137629-excel-parser-openpyxl-fallback
2 parents fffe027 + 80b7668 commit 9d6428c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/file_based_stream_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def upload(
207207
mime_type=file.mime_type,
208208
created_at=file.created_at,
209209
updated_at=file.updated_at,
210-
source_uri=file.uri,
210+
source_uri=file.source_uri,
211211
)
212212
file_reference = AirbyteRecordMessageFileReference(
213213
staging_file_url=local_file_path,

0 commit comments

Comments
 (0)