registry.DropSummary
registry.DropSummary(run_hash, label, rows)Rows removed by :meth:RunRegistry.drop_run, per table.
Attributes
| Name | Type | Description |
|---|---|---|
| run_hash | str | The run hash that was dropped. |
| label | str | None | The label that was dropped (if the run was labeled). |
| rows | dict[str, int] | Mapping of table name -> number of rows deleted. |