Is it possible to remove specific items from Parquet and NoSQL Targets in MLRun? I did not find relevant methods and I checked FeatureStore, ParquetTarget and NoSQLTarget.
I only saw ability to remove whole featureset from metastore (from DB) without touch of specific data items see:
mlrun.feature_store.delete_feature_set(name, project='', tag=None, uid=None, force=False)
But it is not my case, I have to remove only specific data items (not information from metastore). Thanks for help.
BTW: I am using MLRun version 1.2.1