Helper ClassesPushDataFunctionOn this pagePushDataFunction crawlee._types.PushDataFunctionType 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.Index Methods__call__Methods __call__ __call__(data, dataset_id, dataset_name, kwargs): Coroutine[None, None, None]Parametersdata: JsonSerializabledataset_id: str | None = Nonedataset_name: str | None = Nonekwargs: Unpack[PushDataKwargs]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.