Class LookerQuery (0.3.0)

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

A query for retrieving data from a Looker Explore. See Run Inline Query <https://cloud.google.com/looker/docs/reference/looker-api/latest/methods/Query/run_inline_query>__.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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.