We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb1ca0 commit 834bd0aCopy full SHA for 834bd0a
dp3/database/snapshots.py
@@ -45,7 +45,7 @@ def __init__(
45
raise ValueError(f"Entity type '{entity_type}' not found in model spec")
46
self.entity_type = entity_type
47
self._col_name = f"{entity_type}#snapshots"
48
- self._os_col_name = f"{entity_type}#oversized_snapshots"
+ self._os_col_name = f"{entity_type}#snapshots_oversized"
49
50
self.attr_specs: dict[str, AttrSpecType] = model_spec.entity_attributes[entity_type]
51
0 commit comments