Skip to content

Transformation🔗

Constructor🔗

Transformation()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2.TransformationKind

disabled🔗

Disabled transformations are skipped

def disabled(disabled: bool) -> typing.Self

filter_val🔗

Optional frame matcher. When missing it will be applied to all results

def filter_val(filter_val: dashboardv2.MatcherConfig) -> typing.Self

group🔗

The group is the transformation ID

def group(group: str) -> typing.Self

options🔗

Options to be passed to the transformer

Valid options depend on the transformer id

def options(options: object) -> typing.Self

topic🔗

Where to pull DataFrames from as input to transformation

def topic(topic: dashboardv2.DataTopic) -> typing.Self

See also🔗