Skip to main content

DatasetMetadataBufferDb

Buffer table for deferred dataset metadata updates to reduce concurrent access issues.

Hierarchy

Index

Properties

__tablename__

__tablename__: Undefined

accessed_at

accessed_at: Mapped[datetime]

New accessed_at timestamp, if being updated.

dataset_id

dataset_id: Mapped[str]

ID of the dataset being updated.

delta_item_count

delta_item_count: Mapped[int | None]

Delta for dataset item_count.

id

id: Mapped[int]

Auto-increment primary key for ordering.

modified_at

modified_at: Mapped[datetime | None]

New modified_at timestamp, if being updated.

storage_id

storage_id: Undefined

Alias for dataset_id to match SqlClientMixin expectations.