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 9d6428c commit 0831b04Copy full SHA for 0831b04
airbyte_cdk/sources/file_based/remote_file.py
@@ -22,6 +22,11 @@ def file_uri_for_logging(self) -> str:
22
"""Returns a user-friendly identifier for logging."""
23
return self.uri
24
25
+ @property
26
+ def source_uri(self) -> str:
27
+ """Returns the canonical source URI."""
28
+ return self.uri
29
+
30
31
class UploadableRemoteFile(RemoteFile, ABC):
32
"""
0 commit comments