Skip to content

DataQueryKind🔗

Constructor🔗

DataQueryKind()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.DataQueryKind

datasource🔗

New type for datasource reference

Not creating a new type until we figure out how to handle DS refs for group by, adhoc, and every place that uses DataSourceRef in TS.

def datasource(ref: cogbuilder.Builder[dashboardv2beta1.Dashboardv2beta1DataQueryKindDatasource]) -> typing.Self

group🔗

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

spec🔗

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

version🔗

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

See also🔗