We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31545b commit 73a7247Copy full SHA for 73a7247
sdk/python/feast/loaders/file.py
@@ -92,7 +92,7 @@ def export_source_to_staging_location(
92
get_staging_client(uri.scheme).upload_fileobj(
93
f,
94
source_path,
95
- remote_uri=uri._replace(path=str(uri.path).strip("/") + "/" + file_name),
+ remote_uri=uri._replace(path=str(uri.path).rstrip("/") + "/" + file_name),
96
)
97
98
# Clean up, remove local staging file
0 commit comments