INPUT_OBJECT

DataQualityWarning_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input DataQualityWarning_Filter {
  • # True if the data quality warning is elevated
  • isElevated: Boolean
  • # True if the data quality warning is elevated
  • isElevatedWithin: [Boolean]
  • # Synonymous with value
  • warningType: String
  • # Synonymous with value
  • warningTypeWithin: [String]
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luidWithin: [String]
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • # True if the data quality warning is active
  • isActive: Boolean
  • # True if the data quality warning is active
  • isActiveWithin: [Boolean]
  • # Category of the label
  • category: String
  • # Category of the label
  • categoryWithin: [String]
  • # Value of the label
  • value: String
  • # Value of the label
  • valueWithin: [String]
  • # Synonymous with isElevated
  • isSevere: Boolean
  • # Synonymous with isElevated
  • isSevereWithin: [Boolean]
  • }

link Require by