Class LookerQuery (0.1.0)

LookerQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
model str
Required. The LookML model used to generate the query.
explore str
Required. The LookML explore used to generate the query.
fields MutableSequence[str]
Optional. The fields to retrieve from the explore.
filters MutableSequence[google.cloud.geminidataanalytics_v1alpha.types.LookerQuery.Filter]
Optional. The filters to apply to the explore.
sorts MutableSequence[str]
Optional. The sorts to apply to the explore.
limit str
Optional. Limit in the query. This field is a member of oneof_ _limit.

Classes

Filter

Filter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Looker query filter.