INPUT_OBJECT

PublishedDatasource_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input PublishedDatasource_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]
  • # True if the data source has an active data quality warning
  • hasActiveWarning: Boolean
  • # True if the data source has an active data quality warning
  • hasActiveWarningWithin: [Boolean]
  • # VizPortal URL ID; used for URL generation
  • vizportalUrlId: String
  • # VizPortal URL ID; used for URL generation
  • vizportalUrlIdWithin: [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]
  • # The name of the container in which the published data source is visible and
  • # usable. Either a personal space or project.
  • containerName: String
  • # The name of the container in which the published data source is visible and
  • # usable. Either a personal space or project.
  • containerNameWithin: [String]
  • # True if this data source contains an active data quality certification
  • isCertified: Boolean
  • # True if this data source 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]
  • # The name of the project that contains this published data source.
  • projectName: String
  • # The name of the project that contains this published data source.
  • projectNameWithin: [String]
  • }

link Require by