INPUT_OBJECT
VirtualConnection_Filter
Filter by GraphQL field and given value
link GraphQL Schema definition
- input VirtualConnection_Filter {
- # Vizportal URL ID; used for URL generation
- String :
- # Vizportal URL ID; used for URL generation
- String] : [
- # True if the virtual connection has an active data quality warning
- Boolean :
- # True if the virtual connection has an active data quality warning
- Boolean] : [
- # Locally unique identifier used for the REST API on the Tableau Server
- String :
- # Locally unique identifier used for the REST API on the Tableau Server
- String] : [
- # The name of the container in which the virtual connection is visible and usable.
- # Either a personal space or project.
- String :
- # The name of the container in which the virtual connection is visible and usable.
- # Either a personal space or project.
- String] : [
- # True if this virtual connection contains an active data quality certification
- Boolean :
- # True if this virtual connection contains an active data quality certification
- Boolean] : [
- # Name shown in server and desktop clients
- String :
- # Name shown in server and desktop clients
- String] : [
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- ID :
- # Unique identifier used by the metadata API. Not the same as the numeric ID used
- # on server
- ID] : [
- # The name of the project that contains this virtual connection.
- String :
- # The name of the project that contains this virtual connection.
- String] : [
- # Connection type of this virtual connection
- String :
- # Connection type of this virtual connection
- String] : [
- }
link Require by
- BinFieldGraphQL type for a binned continuous measure field. See https://onlinehelp.tableau.com/current/pro/desktop/en-us/calculations_bins.html
- CalculatedFieldGraphQL type for a calculated field. See https://onlinehelp.tableau.com/current/pro/desktop/en-us/calculations_calculatedfields.html
- CloudFileA cloud file connection
- ColumnGraphQL type for a table column
- ColumnFieldColumnFields are a type of field which directly connects to a column in some type of table.
- CombinedFieldGraphQL type for a combined field. Combined fields concatanate fields together into one string.
- CombinedSetFieldGraphQL type for a combined set field. See https://onlinehelp.tableau.com/current/pro/desktop/en-us/sortgroup_sets_create.html#Combine
- CustomSQLTableA table that represents the result of evaluating a custom SQL query. These "tables" are owned by the Tableau data source (embedded or published) which contains the SQL query, so they only exist within that data source.
- DatabaseA database containing tables
- DatabaseServerA database server connection
- DatabaseTableA table that is contained in a database
- DataCloudA Data Cloud connection *Available in Tableau Cloud February 2024 / Server 2024.2 and later.*
- DatasourceFieldGraphQL type for a data source field. Data source fields can only exist in embedded data sources which connect to a published data source. A data source field is an embedded data source's 'layered' representation of a field that already exists in the published data source and is mostly a copy of the field in the published data source. Data source fields can get their own descriptions and renames local to the embedded data source, but cannot otherwise be modified in the embedded data source.
- FieldBase GraphQL type for a field
- FileA file connection
- FlowFlows are used to prepare data, which can include aggregation, cleaning, preprocessing, etc.
- FlowColumnOutputFieldColumn output field implementation
- FlowFieldOutputFieldField output field implementation
- FlowOutputFieldA wrapper for an output field contained in a published flow.
- GroupFieldGraphQL type for a group field. See https://onlinehelp.tableau.com/current/pro/desktop/en-us/sortgroup_groups_creating.html
- HierarchyFieldGraphQL type for a hierarchy. See https://onlinehelp.tableau.com/current/pro/desktop/en-us/qs_hierarchies.html
- LensLenses are curated, embeddable Ask Data experiences. *Introduced in Tableau Cloud June 2022 / Server 2022.3.* *Retired in Tableau Cloud February 2024 / Server 2024.2.*
- MetricDefinitionA Tableau Pulse metric definition. *Available in Tableau Cloud June 2024 and later. Tableau Pulse is not available in Tableau Server.*
- PublishedDatasourceA Tableau data source that has been published separately to Tableau Server. It can be used by multiple workbooks.
- QueryQuery root for Metadata GraphQL interface
- SetFieldGraphQL type for a set field. See https://onlinehelp.tableau.com/current/pro/desktop/en-us/sortgroup_sets_create.html
- TableA table containing columns
- TableauSiteSite on Tableau server
- TableauUserUser on a site on Tableau server
- TagA tag associated with content items
- VirtualConnectionTableA table in a virtual connection. *Available in Tableau Cloud March 2022 / Server 2022.1 and later.*
- WebDataConnectorA web data connector
- WorkbookWorkbooks are used to package up Tableau visualizations (which are called "sheets" in the Metadata API) and data models (which are called "embedded data sources" when they are owned by a workbook).