Source
Home > @gooddata/sdk-code-schemas > v1 > Source
v1.Source interface
Signature:
export interface Source
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"INT" | "STRING" | "DATE" | "NUMERIC" | "TIMESTAMP" | "TIMESTAMP_TZ" | "BOOLEAN" |
A column data type in the physical database. | ||
|
boolean |
(Optional) Optional flag to indicate if the reference source can contain null values. | ||
|
string |
(Optional) Optional value which can be used as replacement for NULL in join conditions. | ||
|
string |
A target dataset one of primary key or date. |