We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269437b commit 17450a7Copy full SHA for 17450a7
sdv/multi_table/hma.py
@@ -271,7 +271,7 @@ def _print_estimate_warning(self):
271
entry.append(table)
272
entry.append(sum(metadata_columns[table]))
273
total_est_cols += est_cols
274
- entry.append(est_cols)
+ entry.append(min(est_cols, PERFORMANCE_ALERT_DISPLAY_CAP))
275
print_table.append(entry)
276
277
if total_est_cols > MAX_NUMBER_OF_COLUMNS:
0 commit comments