We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463be27 commit 95fc5e3Copy full SHA for 95fc5e3
airbyte_cdk/sources/file_based/remote_file.py
@@ -53,3 +53,9 @@ def source_file_relative_path(self) -> str:
53
Returns the relative path of the source file.
54
"""
55
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