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
When running in above mode the tool assumes a `partitions.csv` file to be present in the current folder in the below format, where each line (`min,max`) represents a partition-range
@@ -103,7 +103,23 @@ This mode is specifically useful to processes a subset of partition-ranges that
- You can also use the tool to validate data for a specific partition ranges using class option `--class datastax.astra.migrate.DiffPartitionsFromFile` as shown below,
When running in above mode the tool assumes a `partitions.csv` file to be present in the current folder in the below format, where each line (`min,max`) represents a partition-range,
116
+
```
117
+
-507900353496146534,-107285462027022883
118
+
-506781526266485690,1506166634797362039
119
+
2637884402540451982,4638499294009575633
120
+
798869613692279889,8699484505161403540
121
+
```
122
+
This mode is specifically useful to processes a subset of partition-ranges that may have failed during a previous run.
107
123
108
124
# Perform large-field Guardrail violation checks
109
125
- The tool can be used to identify large fields from a table that may break you cluster guardrails (e.g. AstraDB has a 10MB limit for a single large field) `--class datastax.astra.migrate.Guardrail` as shown below
0 commit comments