Skip to content

Commit 435bfdb

Browse files
committed
Remove unwanted excessive splitting of gcs path
Signed-off-by: Crispin Logan <crispin.logan@ki-insurance.com>
1 parent e81684d commit 435bfdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/feast/infra/offline_stores/bigquery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ def to_remote_storage(self) -> List[str]:
577577
else:
578578
storage_client = StorageClient(project=self.client.project)
579579
bucket, prefix = self._gcs_path[len("gs://") :].split("/", 1)
580-
prefix = prefix.rsplit("/", 1)[0]
581580
if prefix.startswith("/"):
582581
prefix = prefix[1:]
583582

0 commit comments

Comments
 (0)