Methods
- __call__(*, data, dataset_id, dataset_name, kwargs): Coroutine[None, None, None]
Parameters
optionalkeyword-onlydata: JsonSerializable
optionalkeyword-onlydataset_id: str | None = None
optionalkeyword-onlydataset_name: str | None = None
Returns Coroutine[None, None, None]
Type of a function for pushing data to the dataset.
This helper method simplifies the process of pushing data to a dataset. It opens the specified dataset and then pushes the provided data to it.