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
Make it clearer that DatasetMetadata can be instantiated from DatasetFactory (current method: from_dataset). Suggestion: make this the default and deprecate uuid/store combinations
DatasetMetadataBase and DatasetMetadata do not support DatasetFactory properly, instead requiring to pass an instantiatedstore to methods such as load_all_indices. This is inconsistent with usage of store factories in ktk.io
Usage of these classes is quite confusing, seems to be relatively older code created for other kartothek metadata versions. Make common usage simpler: e.g. add argument to load indices to __init__
The text was updated successfully, but these errors were encountered:
DatasetMetadata
can be instantiated fromDatasetFactory
(current method:from_dataset
). Suggestion: make this the default and deprecate uuid/store combinationsDatasetMetadataBase
andDatasetMetadata
do not supportDatasetFactory
properly, instead requiring to pass an instantiatedstore
to methods such asload_all_indices
. This is inconsistent with usage of store factories in ktk.io__init__
The text was updated successfully, but these errors were encountered: