GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.28.0
  • Code samples
  • GitHub

NormalDataset

Home > @gooddata/sdk-code-schemas > v1 > NormalDataset

v1.NormalDataset interface

Signature:

export interface NormalDataset 

Properties

Property

Modifiers

Type

Description

data_source?

string

(Optional) An optional data source id used for the specific dataset.

description?

string

(Optional) An optional description of the dataset.

fields?

Fields

(Optional)

id

Id

precedence?

number

(Optional) An optional precedence value for the dataset (whole positive number).

primary_key?

PrimaryKey | CompositePrimaryKey

(Optional)

references?

Reference[]

(Optional) A list of references, specifies the relations between datasets. Foreign dataset is defined in "dataset" attribute and will always be joined by it's grain. Current dataset will be join by the column name defined in "using" attribute.

sql?

string

(Optional) A sql statement that represent a table.

table_path

string

A table path in the data source delimited by / character.

tags?

Tags

(Optional)

title?

string

(Optional) An optional human readable title for the dataset. Will be derived from id if not provided explicitly.

type

"dataset"

workspace_data_filters?

WorkspaceDataFilter[]

(Optional) A list of workspace data filters to be applied to the dataset.

  • v1.NormalDataset interface
  • Properties
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use