OBJECT
DataQualityCertification
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
- Certifiable content item that can be certified
- CloudFile cloud file connection
- Database database containing tables
- DatabaseServer database server connection
- DatabaseTable table that is contained in a database
- DataQualityCertificationsConnectionConnection Type for DataQualityCertification
- File file connection
- PublishedDatasource 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
- VirtualConnectionVirtual connections are sharable central access points to data. *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.*
- WebDataConnector web data connector