Skip to main content

PushDataFunction

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.

Index

Methods

Methods

__call__

  • __call__(data, dataset_id, dataset_name, kwargs): Coroutine[None, None, None]
  • 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]

Page Options