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
The v2 workflows have swapped the -force and -keep_data arguments passed to wr.DropSources meaning that in order to keep data, you need to pass -force, and in order to force, you need to pass -keep_data.
Overview of the Issue
The v2 workflows have swapped the
-force
and-keep_data
arguments passed towr.DropSources
meaning that in order to keep data, you need to pass-force
, and in order to force, you need to pass-keep_data
.v1 method call:
wr.DropSources(ctx, keyspace, workflowName, removalType, *keepData, false, *dryRun)
v2 method call:
wr.DropSources(vrw.ctx, vrw.ws.TargetKeyspace, vrw.ws.Workflow, renameTable, false, vrw.params.KeepData, vrw.params.DryRun)
Reproduction Steps
Binary version
We're experiencing this in 10.0, but git history suggests that this is still an issue in
main
, and therefore probably also 11.0 and 12.0.The text was updated successfully, but these errors were encountered: