Schema(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The schema of a Datasource or QueryResult instance.
Attributes |
|
---|---|
Name | Description |
fields |
MutableSequence[google.cloud.geminidataanalytics_v1alpha.types.Field]
Optional. The fields in the schema. |
description |
str
Optional. A textual description of the table's content and purpose. For example: "Contains information about customer orders in our e-commerce store." Currently only used for BigQuery data sources. |
synonyms |
MutableSequence[str]
Optional. A list of alternative names or synonyms that can be used to refer to the table. For example: ["sales", "orders", "purchases"]. Currently only used for BigQuery data sources. |
tags |
MutableSequence[str]
Optional. A list of tags or keywords associated with the table, used for categorization. For example: ["transaction", "revenue", "customer_data"]. Currently only used for BigQuery data sources. |
display_name |
str
Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field. |
filters |
MutableSequence[google.cloud.geminidataanalytics_v1alpha.types.DataFilter]
Optional. The filters on the datasource's underlying data. Currently only used for Looker data sources. |