Data Discovery - Search Data Sources and Cubes

[Cloud release: 2025.07.02]
[On-prem release: 2025 October]
[On-prem build: 25.10.10001]

Use the Search filed in Data Discovery to search for specific data sources or specific cubes.

 

In addition to the standard string search for matching data source names or cube names, you can also use tags to search for data sources or cubes with specific properties.

Tags follow the format tag:value. If the value contains spaces, it should be enclosed in double quotes. Furthermore, tags can be combined with AND and OR.

Data Sources Search

When using the search field, a list of shortcuts to the most commonly used search options are displayed:

 

Clicking any of these is a shortcut to provide the related tag search, e.g.,:

 

Supported tags for Data Sources Search

Tag Name

 

Description

 
dsname or name or textName of the data source.
idUnique identifier of the data source.
versionVersion number of the data source.
feedidIdentifier of the data source feed.
feedstatusCurrent status of the feed.
statusStatus of the data source.
caneditcolumnsIndicates if the user has permission to edit columns.
candeleteIndicates if the item can be deleted by the user.
canmodifyIndicates if the user can modify the item.
canpreviewIndicates if the data source can be previewed.
canshareIndicates if the data source can be shared with other users.
canreloadIndicates if the data source supports reload operations.
isownerIndicates if the current user is the owner of the data source.
isformatSpecifies if the data source is a format type.
isdisabledIndicates if the data source is disabled.
isinsidedirectoryIndicates if the data source is located inside a directory.
canformatcreateIndicates if the user can create new formats.
creatorIdentifier of the creator of the data source.
outofprocessexecutionsupportedIndicates if execution outside the main process is supported.
customqueryhasmetadataIndicates if a custom query contains metadata.
isplugindisabledIndicates if the related plugin is disabled.

 

Examples

To filter data sources by broken or unavailable status, use the following query:

status:"Broken" OR status:"Unavailable"

To filter all broken data sources or data sources with name that contains “str”:

status:"Broken" OR name:"str"

Cubes Search

When using the search field, a list of shortcuts to the most commonly used search options are displayed:

 

Clicking any of these is a shortcut to provide the related tag search, e.g.,:

 

Supported tags for Cubes Search

Tag Name

 

Description

 
name or text or cubenameThe name of the item cube.
isbrokenIndicates whether the item is broken or has errors.
isownerIndicates if the current user is the owner of the item.
isAnalysisIssueDetected

Indicates if any integrity check issues have been detected for the cube.

 
 

 

creator or creatornameThe identifier of the item's creator.
caneditIndicates whether the current user has edit permissions for the item.
canfullreloadIndicates if a full reload operation is allowed on the cube.
canshareIndicates whether the item can be shared with other users.
statusThe current status of the item
idThe unique identifier of the item.

 

Examples

To filter cubes with validation issue:

isAnalysisIssueDetected:true

Broken or unavailable cubes:

status:"Broken" OR status:"Unavailable"

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.