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
Currently, when using a CLEAN_INSERT or DELETE_ALL strategy, all collections/keyspaces/nodes... from db (except system's ones) are deleted. It would be nice if we could specify exactly which user's collections/keyspaces/nodes... get deleted, just like we can specify which get filled in during insert .
It could be an additional attribute of @UsingDataSet for example, expressed as an array of regexes(String).
I could start working on it and provide a PR, if the feature request get accepted...
The text was updated successfully, but these errors were encountered:
Currently, when using a
CLEAN_INSERT
orDELETE_ALL
strategy, all collections/keyspaces/nodes... from db (except system's ones) are deleted. It would be nice if we could specify exactly which user's collections/keyspaces/nodes... get deleted, just like we can specify which get filled in during insert .It could be an additional attribute of
@UsingDataSet
for example, expressed as an array of regexes(String).I could start working on it and provide a PR, if the feature request get accepted...
The text was updated successfully, but these errors were encountered: