Dask tail example

../../../../_images/example.svg

A collection of examples that illustrates a number of details that are important in order to create nodes for Sympathy of Data. The usage of content in this file should be combined with the Node Writing Tutorial.

class node_examples.DaskTail[source]

This example shows a basic version of tail, implemented using dask. Tail produces a new table similar to Slice data Table with 1: as the slice expression.

Dask nodes have biggest effect in locked subflows and lambdas where data between nodes is passed in memory.

Ref. nodes:

Slice data Table

Inputs:
input : table

Input Table

Outputs:
output : table

Output Table