INPUT_OBJECT

VirtualConnectionTable_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input VirtualConnectionTable_Filter {
  • # True if the datasource contains unsupported custom SQL, in which case lineage
  • # may be incomplete
  • containsUnsupportedCustomSql: Boolean
  • # True if the datasource contains unsupported custom SQL, in which case lineage
  • # may be incomplete
  • containsUnsupportedCustomSqlWithin: [Boolean]
  • # VizPortal URL ID; used for URL generation
  • vizportalUrlId: String
  • # VizPortal URL ID; used for URL generation
  • vizportalUrlIdWithin: [String]
  • # True if the table has an active data quality warning
  • hasActiveWarning: Boolean
  • # True if the table has an active data quality warning
  • hasActiveWarningWithin: [Boolean]
  • # The time the data for this table's extract was refreshed.
  • extractLastRefreshedAt: DateTime
  • # The time the data for this table's extract was refreshed.
  • extractLastRefreshedAtWithin: [DateTime]
  • # 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]
  • # True if this virtual connection table contains an active data quality
  • # certification
  • isCertified: Boolean
  • # True if this virtual connection table contains an active data quality
  • # certification
  • isCertifiedWithin: [Boolean]
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • nameWithin: [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]
  • # Whether or not queries to this table are using an extract.
  • isExtracted: Boolean
  • # Whether or not queries to this table are using an extract.
  • isExtractedWithin: [Boolean]
  • }

link Require by