OBJECT
DataQualityCertificationA data quality certification associated with a content item
link GraphQL Schema definition
- type DataQualityCertification implements Label {
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- id: ID!
- # User who last updated this data quality certification
- author: TableauUser
- # Name of the user who last updated this data quality certification
- authorDisplayName: String
- # Vizportal ID of this data quality certifcation, for use in client-to-server
- # communications
- vizportalId: String!
- # Locally unique identifier used for the REST API on the Tableau Server
- luid: String!
- # True if the data quality certification is active
- isActive: Boolean!
- # True if the data quality certification is elevated
- isElevated: Boolean!
- # Value of the label
- value: String!
- # Category of the label
- category: String!
- # Message of the data quality certification
- message: String
- # Time the data quality certification was created
- createdAt: DateTime!
- # Time the data quality certification was last updated
- updatedAt: DateTime!
- # The asset that contains the data quality certification
- asset: CanHaveLabels
- }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4