Skip to content

mabel.data.writers.writer

Justin Joyce edited this page Oct 24, 2021 · 1 revision

CLASS: Writer ()

Simple Writer provides a basic writer capability.

append (record)

Append a new record to the Writer

Parameters

  • record - dictionary or pydantic.BaseModel
    The record to append to the Writer

Returns

  • integer
    The number of records in the current blob

finalize ()


This file has been automatically generated, it is not the truth. If in doubt the code will tell you unambiguously what it does.

Clone this wiki locally