Property description
The queries property defines individual queries in a query Set.
Minimal JSON
{ "key": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the query. | string | Yes |
name | Name of the asset used as default EN translation. | string | Yes |
columns | Array of ingested columns. | array | No |
description | Key of the corresponding parent object. | string | No |
properties | Query properties. Used to define: temporaryTableName: Name or a temporary table., type: Property type. Supported values are SELECT or TemporaryTable. | json | No |
statement | Query statement used to ingest data. | string | No |
type | Array of translations. | string | No |