DataQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A query for retrieving data.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
looker |
google.cloud.geminidataanalytics_v1alpha.types.LookerQuery
Optional. A query for retrieving data from a Looker explore. This field is a member of oneof _ query_type .
|
question |
str
Optional. A natural language question to answer. |
name |
str
Optional. A snake-case name for the query that reflects its intent. It is used to name the corresponding data result, so that it can be referenced in later steps. - Example: "total_sales_by_product" - Example: "sales_for_product_12345". |
datasources |
MutableSequence[google.cloud.geminidataanalytics_v1alpha.types.Datasource]
Optional. The datasources available to answer the question. |