Skip to content

Transformation🔗

Constructor🔗

Transformation()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.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: dashboardv2beta1.MatcherConfig) -> typing.Self

id_val🔗

Unique identifier of transformer

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

kind🔗

The kind of a TransformationKind is the transformation ID

def kind(kind: 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: dashboardv2beta1.DataTopic) -> typing.Self

See also🔗