Skip to content

Commit 95fc5e3

Browse files
authored
readd source_uri
1 parent 463be27 commit 95fc5e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

airbyte_cdk/sources/file_based/remote_file.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ def source_file_relative_path(self) -> str:
5353
Returns the relative path of the source file.
5454
"""
5555
return self.uri
56+
@property
57+
def source_uri(self) -> str:
58+
"""
59+
Returns the Source URI for the file being logged.
60+
"""
61+
return self.uri

0 commit comments

Comments
 (0)