OBJECT
DataQualityWarningsConnection
Connection Type for DataQualityWarning
link GraphQL Schema definition
- type DataQualityWarningsConnection {
- # List of nodes
- DataQualityWarning!]! : [
- # Information for pagination
- PageInfo! :
- # Total number of objects in connection
- Int! :
- }
link Require by
- CloudFileA cloud file connection
- ColumnGraphQL type for a table column
- DashboardA dashboard contained in a published workbook.
- 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.*
- EmbeddedDatasourceA data source embedded in a workbook
- FileA file connection
- FlowFlows are used to prepare data, which can include aggregation, cleaning, preprocessing, etc.
- MetricMetrics are time series data constructed from fields contained in views. *Retired in Tableau Cloud February 2024 / Server 2024.2.*
- 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
- SheetA sheet contained in a published workbook.
- TableauUserUser on a site on Tableau server
- ViewA view contained in a published workbook. Views can be sheets or dashboards.
- 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.*
- WarnableA content item that can have data quality warnings
- WebDataConnectorA web data connector
- WorkbookWorkbooks are used to package up Tableau visualizations (which are called "sheets" in the Metadata API) and data models (which are called "embedded data sources" when they are owned by a workbook).