OBJECT
DataQualityCertification
A 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! :
- # User who last updated this data quality certification
- TableauUser :
- # Name of the user who last updated this data quality certification
- String :
- # Vizportal ID of this data quality certifcation, for use in client-to-server
- # communications
- String! :
- # Locally unique identifier used for the REST API on the Tableau Server
- String! :
- # True if the data quality certification is active
- Boolean! :
- # True if the data quality certification is elevated
- Boolean! :
- # Value of the label
- String! :
- # Category of the label
- String! :
- # Message of the data quality certification
- String :
- # Time the data quality certification was created
- DateTime! :
- # Time the data quality certification was last updated
- DateTime! :
- # The asset that contains the data quality certification
- CanHaveLabels :
- }
link Require by
- CertifiableA content item that can be certified
- CloudFileA cloud file connection
- DatabaseA database containing tables
- DatabaseServerA database server connection
- DatabaseTableA table that is contained in a database
- DataCloudA Data Cloud connection *Available in Tableau Cloud February 2024 / Server 2024.2 and later.*
- DataQualityCertificationsConnectionConnection Type for DataQualityCertification
- FileA file connection
- PublishedDatasourceA Tableau data source that has been published separately to Tableau Server. It can be used by multiple workbooks.
- QueryQuery root for Metadata GraphQL interface
- TableauUserUser on a site on Tableau server
- VirtualConnectionA virtual connection. *Available in Tableau Cloud March 2022 / Server 2022.1 and later.*
- VirtualConnectionTableA table in a virtual connection. *Available in Tableau Cloud March 2022 / Server 2022.1 and later.*
- WebDataConnectorA web data connector