damast.core.decorators

damast.core.decorators#

Functions

artifacts(requirements)

Specify the (file) artifact(s) the decorated function is expected to produce as a side effect - e.g. an exported file or a plot - in addition to (or instead of) any dataframe columns declared via output().

describe(description)

Specify the description for the transformation for the decorated function.

input(requirements[, label])

Specify the input for the decorated function.

output(requirements)

Specify the output for the decorated function.