LookerQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A query for retrieving data from a Looker explore. See 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.