Newer Version Available

This content describes an older version of this product. View Latest

AnalyticsWorkspace

Represents a Tableau Next workspace.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

AnalyticsWorkspace components have the suffix .analtyicsWorkspace and are stored in the analyticsWorkspaces folder.

Version

AnalyticsWorkspace components are available in API version 64 and later.

Limits

Definition Limit
The maximum number of AnalyticsWorkspace components in a single deploy operation. 50
The maximum number of AnalyticsWorkspace components in a single retrieve operation. 100
The maximum number of AnalyticsWorkspace components across all deploy operations in a 24-hour window. 100
The maximum number of AnalyticsWorkspace components across all retrieve operations in a 24-hour window. 200

Fields

Field Name Description
description
Field Type
string
Description
The workspace description.
masterLabel
Field Type
string
Description

Required.

The name of the workspace.
workspaceAssetRelationships
Field Type
AnalyticsWorkspaceAsset[]
Description
The workspace assets associated with the workspace. A workspace has 1 or more assets.

AnalyticsWorkspaceAsset

Represents a Tableau Next analytics asset.

Field Name Description
asset
Field Type
string
Description

Required.

The name of workspace asset
assetType
Field Type
AnalyticsWorkspaceAssetType (enumeration of type string)
Description

Required.

The workspace asset type

Values are:

  • AnalyticsDashboard (Tableau Next Dashboard)
  • AnalyticsVisualization (Tableau Next Visualization)
  • MktCalculatedInsightObject (Data 360 Calculated Insight Object)
  • MktDataConnection (Data 360 Connection)
  • MktDataLakeObject (Data 360 Data Lake Object)
  • MktDataModelObject (Data 360 Data Model Object)
  • SemanticModel (Semantic Model)
assetUsageType
Field Type
AnalyticsWorkspaceAssetUsageType (enumeration of type string)
Description

Required.

The workspace asset usage type.

Values are:

  • Created
  • Referenced
metadataSourceType
Field Type
AnalyticsWorkspaceAssetMetadataSourceType (enumeration of type string)
Description
The workspace asset metadata source type.

Values are:

  • Promoted
  • Reused
workspace
Field Type
string
Description

Required.

The workspace the asset belongs to.

Declarative Metadata Sample Definition

The following is an example of an AnalyticsWorkspace component.

The following is an example package.xml that references the previous definition.

Wildcard Support in the Manifest File

This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.