PushDataFunction
Index
Methods
Methods
__call__
Call dunder method.
Parameters
data: JsonSerializable
The data to push to the
Dataset
.optionaldataset_id: str | None = None
The ID of the
Dataset
to push the data to.optionaldataset_name: str | None = None
The name of the
Dataset
to push the data to.
Returns Coroutine[None, None, None]
A function for pushing data to a
Dataset
.It simplifies the process of adding data to a
Dataset
. It opens the specified one and pushes the provided data to it.