Class DataFilter (0.9.0)

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

A filter on a datasource's underlying data. Filter syntax documentation: https://cloud.google.com/looker/docs/filter-expressions

Attributes

Name Description
field str
Optional. The field to filter on. For example: ["event_date", "customer_id", "product_category"]
value str
Optional. The default value used for this filter if the filter is not overridden in a query. For example: ["after 2024-01-01", "123", "-fashion"]
type_ google.cloud.geminidataanalytics_v1beta.types.DataFilterType
Optional. The type of filter present on a datasource, such as ALWAYS_FILTER.