You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With changes in above PR we will get rid of buckets and partials tables.
To get list of storages we will need to fetch datasets that have lst__ prefix and convert them to Storage class.
We should see if Storage class can be simplified.
The text was updated successfully, but these errors were encountered:
ilongin
changed the title
Refactore Catalog storages methods to use new listing
Refactor Catalog storages methods to use new listing mechanism
Aug 20, 2024
Follow up to #294
With changes in above PR we will get rid of
buckets
andpartials
tables.To get list of storages we will need to fetch datasets that have
lst__
prefix and convert them toStorage
class.We should see if
Storage
class can be simplified.The text was updated successfully, but these errors were encountered: