OBJECT

DatasourceFilter

Data source filters include/exclude certain values from a single field to filter out rows of data from this data source. For data security reasons, we don't track the values used in the filter in this schema, but you can see the field used in the filter.

See https://onlinehelp.tableau.com/current/pro/desktop/en-us/filtering_datasource.html

link GraphQL Schema definition

  • type DatasourceFilter {
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID!
  • # Field used by this filter.
  • field: Field!
  • # Data source that contains this datasource filter
  • datasource: Datasource
  • }

link Require by