INPUT_OBJECT

DatabaseTable_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input DatabaseTable_Filter {
  • # Name of table schema.
  • #
  • # Note: For some databases, such as Amazon Athena and Exasol, the schema attribute
  • # may not return the correct schema name for the table. For more information, see
  • # https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_model.html#schema_attribute.
  • schema: String
  • # Name of table schema.
  • #
  • # Note: For some databases, such as Amazon Athena and Exasol, the schema attribute
  • # may not return the correct schema name for the table. For more information, see
  • # https://help.tableau.com/current/api/metadata_api/en-us/docs/meta_api_model.html#schema_attribute.
  • schemaWithin: [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]
  • # 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 table contains an active data quality certification
  • isCertified: Boolean
  • # True if this 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]
  • # Fully qualified table name
  • fullName: String
  • # Fully qualified table name
  • fullNameWithin: [String]
  • # True if this table is embedded in Tableau content
  • isEmbedded: Boolean
  • # True if this table is embedded in Tableau content
  • isEmbeddedWithin: [Boolean]
  • # 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 in which the table is visible. Will be empty if the
  • # table is not in a project.
  • projectName: String
  • # The name of the project in which the table is visible. Will be empty if the
  • # table is not in a project.
  • projectNameWithin: [String]
  • # Connection type of parent database
  • connectionType: String
  • # Connection type of parent database
  • connectionTypeWithin: [String]
  • # Filter the output based on text query.
  • text: String
  • }

link Require by