Download OpenAPI specification:
REST API for BAO Data Pipeline service
uid required | string |
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
uid required | string |
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string"
}, - "survey": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AuthTokenApiSource) |
survey required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "survey": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string"
}, - "survey": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AuthTokenApiSource) |
survey required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "survey": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
url required | string |
authToken | string |
{- "url": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
Array of objects (KoboDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "survey": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "cronExpression": "string",
- "steps": {
- "errorStrategy": "CONTINUE",
- "steps": [
- {
- "executionMode": "SERIAL",
- "delayAfter": 0,
- "disabled": true,
- "jobs": [
- {
- "jobType": "DATA_PIPELINE_LOAD",
- "object": {
- "name": "string",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "id": 0,
- "uid": "string",
- "created": "2019-08-24T14:15:22Z"
}, - "id": "string",
- "dataPipelineType": "AZURE_BLOB_STORAGE"
}
]
}
]
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
cronExpression | string |
required | object (WorkflowSteps) |
object (WorkflowStatus) | |
object (Access) | |
triggerExpression | string |
displayDescription | string |
scheduleable | boolean |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "cronExpression": "string",
- "steps": {
- "errorStrategy": "CONTINUE",
- "steps": [
- {
- "executionMode": "SERIAL",
- "delayAfter": 0,
- "disabled": true,
- "jobs": [
- {
- "jobType": "DATA_PIPELINE_LOAD",
- "object": {
- "name": "string",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "id": 0,
- "uid": "string",
- "created": "2019-08-24T14:15:22Z"
}, - "id": "string",
- "dataPipelineType": "AZURE_BLOB_STORAGE"
}
]
}
]
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "cronExpression": "string",
- "steps": {
- "errorStrategy": "CONTINUE",
- "steps": [
- {
- "executionMode": "SERIAL",
- "delayAfter": 0,
- "disabled": true,
- "jobs": [
- {
- "jobType": "DATA_PIPELINE_LOAD",
- "object": {
- "name": "string",
- "translations": [
- {
- "locale": null,
- "property": null,
- "value": null
}
], - "id": 0,
- "uid": "string",
- "created": "2019-08-24T14:15:22Z"
}, - "id": "string",
- "dataPipelineType": "AZURE_BLOB_STORAGE"
}
]
}
]
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
cronExpression | string |
required | object (WorkflowSteps) |
object (WorkflowStatus) | |
object (Access) | |
triggerExpression | string |
displayDescription | string |
scheduleable | boolean |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "cronExpression": "string",
- "steps": {
- "errorStrategy": "CONTINUE",
- "steps": [
- {
- "executionMode": "SERIAL",
- "delayAfter": 0,
- "disabled": true,
- "jobs": [
- {
- "jobType": "DATA_PIPELINE_LOAD",
- "object": {
- "name": "string",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "id": 0,
- "uid": "string",
- "created": "2019-08-24T14:15:22Z"
}, - "id": "string",
- "dataPipelineType": "AZURE_BLOB_STORAGE"
}
]
}
]
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
{- "results": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "cronExpression": "string",
- "steps": {
- "errorStrategy": "CONTINUE",
- "steps": [
- {
- "executionMode": "SERIAL",
- "delayAfter": 0,
- "disabled": true,
- "jobs": [
- {
- "jobType": "DATA_PIPELINE_LOAD",
- "object": {
- "name": "string",
- "translations": [
- null
], - "id": 0,
- "uid": "string",
- "created": "2019-08-24T14:15:22Z"
}, - "id": "string",
- "dataPipelineType": "AZURE_BLOB_STORAGE"
}
]
}
]
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "displayName": "string"
}
], - "pager": {
- "page": 0,
- "pageSize": 0,
- "totalCount": 0,
- "offset": 0,
- "pageCount": 0
}
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
required | object (Schema) |
description | string |
dataWarehouseViewName | string |
query required | string |
materialized required | boolean |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
tags | Array of strings unique |
object (ViewStatus) | |
object (AnonymousAccess) | |
object (Access) | |
triggerExpression | string |
displayDescription | string |
tagString | string |
qualifiedDataWarehouseViewName | string |
redshiftViewName | string Deprecated |
scheduleable | boolean |
continuouslyUpdated | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
required | object (Schema) |
description | string |
dataWarehouseViewName | string |
query required | string |
materialized required | boolean |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
tags | Array of strings unique |
object (ViewStatus) | |
object (AnonymousAccess) | |
object (Access) | |
triggerExpression | string |
displayDescription | string |
tagString | string |
qualifiedDataWarehouseViewName | string |
redshiftViewName | string Deprecated |
scheduleable | boolean |
continuouslyUpdated | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
secured required | boolean |
value required | string [ 1 .. 5000 ] characters |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
secured required | boolean |
value required | string [ 1 .. 5000 ] characters |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
secured required | boolean |
value required | string [ 1 .. 5000 ] characters |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
secured required | boolean |
value required | string [ 1 .. 5000 ] characters |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
key required | string Enum: "ALERT_EMAIL" "DEFAULT_ACCESS_LEVEL" "DATA_PIPELINE_ERROR_ACTION_STAGING_TABLES" "RETAIN_TEMP_FILES" "THEME" |
{- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "key": "ALERT_EMAIL",
- "value": "string"
}
key required | string Enum: "ALERT_EMAIL" "DEFAULT_ACCESS_LEVEL" "DATA_PIPELINE_ERROR_ACTION_STAGING_TABLES" "RETAIN_TEMP_FILES" "THEME" |
id | string |
created | string <date-time> |
lastUpdated | string <date-time> |
client required | string |
key required | string Enum: "ALERT_EMAIL" "DEFAULT_ACCESS_LEVEL" "DATA_PIPELINE_ERROR_ACTION_STAGING_TABLES" "RETAIN_TEMP_FILES" "THEME" |
value required | string |
{- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "key": "ALERT_EMAIL",
- "value": "string"
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
schemaName | string |
description | string |
tags | Array of strings unique |
object (Access) | |
permanent required | boolean |
providerSchema required | string Enum: "REDSHIFT" "POSTGRESQL" "CLICKHOUSE" "SYNAPSE" "SQL_SERVER" "NA" |
object (SchemaStatistics) | |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
schemaName | string |
description | string |
tags | Array of strings unique |
object (Access) | |
permanent required | boolean |
providerSchema required | string Enum: "REDSHIFT" "POSTGRESQL" "CLICKHOUSE" "SYNAPSE" "SQL_SERVER" "NA" |
object (SchemaStatistics) | |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
[- {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
]
[- {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
[- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
]
{- "key": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "owner": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "tags": [
- "string"
], - "headerRow": true,
- "table": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}, - "tagString": "string"
}
key required | string |
key | string |
lastUpdated | string <date-time> |
name | string |
description | string |
owner | string |
reference | string |
source | string |
termsOfUse | string |
tags | Array of strings unique |
headerRow | boolean |
object (Table) | |
tagString | string |
{- "key": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "owner": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "tags": [
- "string"
], - "headerRow": true,
- "table": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}, - "tagString": "string"
}
filter | Array of strings |
page | integer <int32> |
pageSize | integer <int32> |
[- {
- "key": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "owner": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "tags": [
- "string"
], - "headerRow": true,
- "table": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}, - "tagString": "string"
}
]
key required | string |
name required | string |
description | string |
owner | string |
reference | string |
source | string |
termsOfUse | string |
tags | string |
file required | string <binary> |
{- "file": "string"
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "viewSource": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "importOptions": {
- "dataElementIdScheme": "string",
- "orgUnitIdScheme": "string",
- "categoryOptionComboIdScheme": "string",
- "idScheme": "string",
- "dryRun": true
}, - "apiTarget": {
- "url": "string",
- "username": "string"
}, - "apiTokenTarget": {
- "url": "string"
}, - "type": "DHIS2",
- "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
required | object (View) |
object (DestinationStatus) | |
object (Access) | |
object (ImportOptions) | |
object (UsernamePasswordApiTarget) | |
object (AuthTokenApiTarget) | |
type | string Value: "DHIS2" |
triggerExpression | string |
displayDescription | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "viewSource": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "importOptions": {
- "dataElementIdScheme": "string",
- "orgUnitIdScheme": "string",
- "categoryOptionComboIdScheme": "string",
- "idScheme": "string",
- "dryRun": true
}, - "apiTarget": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenTarget": {
- "url": "string",
- "authToken": "string"
}, - "type": "DHIS2",
- "triggerExpression": "string",
- "displayDescription": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "viewSource": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "importOptions": {
- "dataElementIdScheme": "string",
- "orgUnitIdScheme": "string",
- "categoryOptionComboIdScheme": "string",
- "idScheme": "string",
- "dryRun": true
}, - "apiTarget": {
- "url": "string",
- "username": "string"
}, - "apiTokenTarget": {
- "url": "string"
}, - "type": "DHIS2",
- "triggerExpression": "string",
- "displayDescription": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
required | object (View) |
object (DestinationStatus) | |
object (Access) | |
object (ImportOptions) | |
object (UsernamePasswordApiTarget) | |
object (AuthTokenApiTarget) | |
type | string Value: "DHIS2" |
triggerExpression | string |
displayDescription | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "viewSource": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}, - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string"
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "importOptions": {
- "dataElementIdScheme": "string",
- "orgUnitIdScheme": "string",
- "categoryOptionComboIdScheme": "string",
- "idScheme": "string",
- "dryRun": true
}, - "apiTarget": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenTarget": {
- "url": "string",
- "authToken": "string"
}, - "type": "DHIS2",
- "triggerExpression": "string",
- "displayDescription": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
uid required | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
object (Access) | |
shortName required | string [ 0 .. 50 ] characters |
Array of objects (Label) | |
code required | string [ 0 .. 50 ] characters |
description | string |
query required | string [ 2 .. 2147483647 ] characters |
displayDescription | string |
Array of objects (Label) | |
displayShortName | string |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
filter | Array of strings |
order | Array of strings |
required | object (PagingRequest) |
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
object (Access) | |
shortName required | string [ 0 .. 50 ] characters |
Array of objects (Label) | |
code required | string [ 0 .. 50 ] characters |
description | string |
query required | string [ 2 .. 2147483647 ] characters |
displayDescription | string |
Array of objects (Label) | |
displayShortName | string |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
uid required | string |
Array of objects (Variable) |
{- "variables": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
]
}
{- "dataQualityCheckId": "string",
- "status": "OK",
- "data": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "description": "string",
- "dataQualityChecks": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "displayName": "string"
}
], - "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
object (Access) | |
shortName required | string [ 0 .. 50 ] characters |
Array of objects (Label) | |
description | string |
Array of objects (DataQualityCheck) unique | |
displayDescription | string |
Array of objects (Label) | |
displayShortName | string |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "description": "string",
- "dataQualityChecks": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
], - "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
filter | Array of strings |
order | Array of strings |
required | object (PagingRequest) |
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "description": "string",
- "dataQualityChecks": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "displayName": "string"
}
], - "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
object (Access) | |
shortName required | string [ 0 .. 50 ] characters |
Array of objects (Label) | |
description | string |
Array of objects (DataQualityCheck) unique | |
displayDescription | string |
Array of objects (Label) | |
displayShortName | string |
createdByLastUpdatedBy | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "description": "string",
- "dataQualityChecks": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "shortName": "string",
- "labels": [
- {
- "key": "string",
- "value": "string"
}
], - "code": "string",
- "description": "string",
- "query": "string",
- "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
], - "displayDescription": "string",
- "displayLabels": [
- {
- "key": "string",
- "value": "string"
}
], - "displayShortName": "string",
- "createdByLastUpdatedBy": "string",
- "displayName": "string"
}
uid required | string |
Array of objects (Variable) |
{- "variables": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
]
}
{- "name": "string",
- "completedAt": "2019-08-24T14:15:22Z",
- "variables": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
], - "results": [
- {
- "dataQualityCheckId": "string",
- "status": "OK",
- "data": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}
]
}
uid required | string |
Array of objects (Variable) |
{- "variables": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "secured": true,
- "value": "string",
- "displayName": "string"
}
]
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string"
}, - "facilities": [
- "string"
], - "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AuthTokenApiSource) |
facilities required | Array of strings [ 1 .. 2147483647 ] items |
startDate required | string <date> |
endDate required | string <date> |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "facilities": [
- "string"
], - "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string"
}, - "facilities": [
- "string"
], - "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AuthTokenApiSource) |
facilities required | Array of strings [ 1 .. 2147483647 ] items |
startDate required | string <date> |
endDate required | string <date> |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "facilities": [
- "string"
], - "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (TalamusDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "facilities": [
- "string"
], - "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "s3Source": {
- "bucket": "string",
- "objectKey": "string"
}, - "key": "string",
- "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (S3Source) |
key required | string |
delimiter required | string Enum: "PIPE" "COMMA" "TAB" "SEMI_COLON" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "s3Source": {
- "bucket": "string",
- "objectKey": "string",
- "accessKey": "string",
- "secretKey": "string"
}, - "key": "string",
- "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "s3Source": {
- "bucket": "string",
- "objectKey": "string"
}, - "key": "string",
- "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (S3Source) |
key required | string |
delimiter required | string Enum: "PIPE" "COMMA" "TAB" "SEMI_COLON" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "s3Source": {
- "bucket": "string",
- "objectKey": "string",
- "accessKey": "string",
- "secretKey": "string"
}, - "key": "string",
- "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
bucket required | string |
objectKey required | string |
accessKey | string |
secretKey | string |
{- "bucket": "string",
- "objectKey": "string",
- "accessKey": "string",
- "secretKey": "string"
}
Array of objects (S3DataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "s3Source": {
- "bucket": "string",
- "objectKey": "string",
- "accessKey": "string",
- "secretKey": "string"
}, - "key": "string",
- "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
iamRoleArn required | string |
region required | string Enum: "DEFAULT" "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "AF_SOUTH_1" "EU_CENTRAL_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_SOUTH_1" "EU_NORTH_1" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
iamRoleArn required | string |
region required | string Enum: "DEFAULT" "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "AF_SOUTH_1" "EU_CENTRAL_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_SOUTH_1" "EU_NORTH_1" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
iamRoleArn required | string |
region required | string Enum: "DEFAULT" "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "AF_SOUTH_1" "EU_CENTRAL_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_SOUTH_1" "EU_NORTH_1" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
iamRoleArn required | string |
region required | string Enum: "DEFAULT" "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "AF_SOUTH_1" "EU_CENTRAL_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_SOUTH_1" "EU_NORTH_1" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
Array of objects (RedshiftDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
iamRoleArn required | string |
region required | string Enum: "DEFAULT" "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "AF_SOUTH_1" "EU_CENTRAL_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_SOUTH_1" "EU_NORTH_1" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
iamRoleArn required | string |
region required | string Enum: "DEFAULT" "US_EAST_1" "US_EAST_2" "US_WEST_1" "US_WEST_2" "AF_SOUTH_1" "EU_CENTRAL_1" "EU_WEST_1" "EU_WEST_2" "EU_WEST_3" "EU_SOUTH_1" "EU_NORTH_1" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "iamRoleArn": "string",
- "region": "DEFAULT",
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "key": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
key required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "key": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "key": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
key required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "key": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (PublicDatasetDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "key": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
[- {
- "schema": "string",
- "name": "string"
}
]
Array of objects (PostgreSqlDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "file": {
- "id": "string",
- "name": "string",
- "size": 0
}, - "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (FileMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
scheduleable | boolean |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "file": {
- "id": "string",
- "name": "string",
- "size": 0
}, - "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "file": {
- "id": "string",
- "name": "string",
- "size": 0
}, - "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (FileMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
scheduleable | boolean |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "file": {
- "id": "string",
- "name": "string",
- "size": 0
}, - "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (ParquetUploadDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "file": {
- "id": "string",
- "name": "string",
- "size": 0
}, - "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
Array of objects (OracleDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string"
}, - "form": 0,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AuthTokenApiSource) |
form required | integer <int32> |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "form": 0,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string"
}, - "form": 0,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AuthTokenApiSource) |
form required | integer <int32> |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "form": 0,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (OnaDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "authToken": "string"
}, - "form": 0,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
url required | string |
authToken | string |
{- "url": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "project": "string",
- "form": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
project required | string |
form required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "project": "string",
- "form": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "project": "string",
- "form": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
project required | string |
form required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "project": "string",
- "form": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
project required | string |
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
Array of objects (OdkDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "project": "string",
- "form": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
Array of objects (MySqlDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
[- {
- "schema": "string",
- "name": "string"
}
]
Array of objects (MsSqlDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (JdbcSource) |
sqlQuery | string |
Array of objects (TableMetadata) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "sqlQuery": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string"
}
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
questionnaires | Array of strings |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
questionnaires | Array of strings |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
Array of objects (Ihris5DataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (JdbcSource) | |
forms | Array of strings |
includeRecordHistory required | boolean |
references | Array of strings unique |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (JdbcSource) | |
forms | Array of strings |
includeRecordHistory required | boolean |
references | Array of strings unique |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (JdbcSource) | |
forms | Array of strings |
includeRecordHistory required | boolean |
references | Array of strings unique |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (JdbcSource) | |
forms | Array of strings |
includeRecordHistory required | boolean |
references | Array of strings unique |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
hostname required | string [ 1 .. 2147483647 ] characters |
port | integer <int32> |
database required | string [ 1 .. 2147483647 ] characters |
username required | string [ 1 .. 2147483647 ] characters |
password | string |
ssl required | boolean |
trustServerCertificate required | boolean |
{- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}
[- "string"
]
Array of objects (IhrisDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (JdbcSource) | |
forms | Array of strings |
includeRecordHistory required | boolean |
references | Array of strings unique |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (JdbcSource) | |
forms | Array of strings |
includeRecordHistory required | boolean |
references | Array of strings unique |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "forms": [
- "string"
], - "includeRecordHistory": true,
- "references": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
hostname required | string [ 1 .. 2147483647 ] characters |
port | integer <int32> |
database required | string [ 1 .. 2147483647 ] characters |
username required | string [ 1 .. 2147483647 ] characters |
password | string |
ssl required | boolean |
trustServerCertificate required | boolean |
{- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
hostname required | string [ 1 .. 2147483647 ] characters |
port | integer <int32> |
database required | string [ 1 .. 2147483647 ] characters |
username required | string [ 1 .. 2147483647 ] characters |
password | string |
ssl required | boolean |
trustServerCertificate required | boolean |
{- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "fields": [
- {
- "id": 0,
- "name": "string",
- "type": "STRING"
}
]
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "sheetUrl": "string",
- "schemas": [
- {
- "sheetName": "string",
- "ranges": [
- {
- "repeats": [
- "string"
], - "header": "string",
- "data": "string"
}
]
}
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
sheetUrl required | string |
required | Array of objects (GoogleSheetsSchema) |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "sheetUrl": "string",
- "schemas": [
- {
- "sheetName": "string",
- "ranges": [
- {
- "repeats": [
- "string"
], - "header": "string",
- "data": "string"
}
]
}
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "sheetUrl": "string",
- "schemas": [
- {
- "sheetName": "string",
- "ranges": [
- {
- "repeats": [
- "string"
], - "header": "string",
- "data": "string"
}
]
}
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
sheetUrl required | string |
required | Array of objects (GoogleSheetsSchema) |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "sheetUrl": "string",
- "schemas": [
- {
- "sheetName": "string",
- "ranges": [
- {
- "repeats": [
- "string"
], - "header": "string",
- "data": "string"
}
]
}
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (GoogleSheetsDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "sheetUrl": "string",
- "schemas": [
- {
- "sheetName": "string",
- "ranges": [
- {
- "repeats": [
- "string"
], - "header": "string",
- "data": "string"
}
]
}
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "functionParams": {
- "key": "string",
- "sourceUrl": "string",
- "targetUrl": "string"
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (FunctionParams) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "functionParams": {
- "key": "string",
- "sourceUrl": "string",
- "targetUrl": "string"
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "functionParams": {
- "key": "string",
- "sourceUrl": "string",
- "targetUrl": "string"
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
object (FunctionParams) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "functionParams": {
- "key": "string",
- "sourceUrl": "string",
- "targetUrl": "string"
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (FunctionDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "functionParams": {
- "key": "string",
- "sourceUrl": "string",
- "targetUrl": "string"
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
questionnaires | Array of strings |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
questionnaires | Array of strings |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
Array of objects (FhirDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "questionnaires": [
- "string"
], - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string"
}, - "apiTokenSource": {
- "url": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
object (UsernamePasswordApiSource) | |
object (AuthTokenApiSource) | |
object (JdbcSource) | |
dataTypes required | Array of strings Items Enum: "AGGREGATE" "PROGRAM" "METADATA" "USAGE_STATISTICS" "AUDIT" "USER_INFO" |
programs | Array of strings |
orgUnits | Array of strings |
dataElementGroups | Array of strings |
dataElements | Array of strings |
dataSets | Array of strings |
object (DateRange) | |
dataLoadingPageSize | integer <int32> |
dataLoadingDelayMs | integer <int32> |
includeSoftDeletedData required | boolean |
includeZeroDataValues required | boolean |
skipWideAggregateDataTable required | boolean |
includeNarrowEventTable required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
triggerExpression | string |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string"
}, - "apiTokenSource": {
- "url": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
object (UsernamePasswordApiSource) | |
object (AuthTokenApiSource) | |
object (JdbcSource) | |
dataTypes required | Array of strings Items Enum: "AGGREGATE" "PROGRAM" "METADATA" "USAGE_STATISTICS" "AUDIT" "USER_INFO" |
programs | Array of strings |
orgUnits | Array of strings |
dataElementGroups | Array of strings |
dataElements | Array of strings |
dataSets | Array of strings |
object (DateRange) | |
dataLoadingPageSize | integer <int32> |
dataLoadingDelayMs | integer <int32> |
includeSoftDeletedData required | boolean |
includeZeroDataValues required | boolean |
skipWideAggregateDataTable required | boolean |
includeNarrowEventTable required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
triggerExpression | string |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
object (UsernamePasswordApiSource) | |
object (AuthTokenApiSource) | |
object (JdbcSource) | |
dataTypes required | Array of strings Items Enum: "AGGREGATE" "PROGRAM" "METADATA" "USAGE_STATISTICS" "AUDIT" "USER_INFO" |
programs | Array of strings |
orgUnits | Array of strings |
dataElementGroups | Array of strings |
dataElements | Array of strings |
dataSets | Array of strings |
object (DateRange) | |
dataLoadingPageSize | integer <int32> |
dataLoadingDelayMs | integer <int32> |
includeSoftDeletedData required | boolean |
includeZeroDataValues required | boolean |
skipWideAggregateDataTable required | boolean |
includeNarrowEventTable required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
triggerExpression | string |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
object (UsernamePasswordApiSource) | |
object (AuthTokenApiSource) | |
object (JdbcSource) | |
dataTypes required | Array of strings Items Enum: "AGGREGATE" "PROGRAM" "METADATA" "USAGE_STATISTICS" "AUDIT" "USER_INFO" |
programs | Array of strings |
orgUnits | Array of strings |
dataElementGroups | Array of strings |
dataElements | Array of strings |
dataSets | Array of strings |
object (DateRange) | |
dataLoadingPageSize | integer <int32> |
dataLoadingDelayMs | integer <int32> |
includeSoftDeletedData required | boolean |
includeZeroDataValues required | boolean |
skipWideAggregateDataTable required | boolean |
includeNarrowEventTable required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
triggerExpression | string |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
uid required | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
search | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "programType": "WITH_REGISTRATION",
- "trackedEntityType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "trackedEntityTypeAttributes": [
- {
- "id": "string",
- "trackedEntityAttribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "valueType": "TEXT",
- "confidential": true,
- "unique": true
}, - "displayInList": true,
- "mandatory": true,
- "searchable": true
}
]
}, - "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- { }
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- null
]
}
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- null
], - "categoryCombos": [
- null
]
}
], - "categoryOptionCombos": [
- { }
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
]
}
]
}, - "programTrackedEntityAttributes": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "trackedEntityAttribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "valueType": "TEXT",
- "confidential": true,
- "unique": true
}
}
], - "programStages": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "programStageDataElements": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataElement": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null
}
]
}, - "dataElementGroups": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- null
], - "groupSets": [
- null
]
}
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "dataDimensionType": null,
- "skipTotal": null,
- "categories": [ ],
- "categoryOptionCombos": [ ]
}, - "dataSet": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "formName": null,
- "displayFormName": null,
- "categoryCombo": null,
- "organisationUnits": [ ],
- "sections": [ ],
- "indicators": [ ],
- "workflow": null,
- "dataEntryForm": null,
- "dimensionItem": null,
- "openFuturePeriods": null,
- "expiryDays": null,
- "openPeriodsAfterCoEndDate": null,
- "timelyDays": null,
- "url": null,
- "formType": null,
- "periodType": null,
- "version": null,
- "legendSets": [ ],
- "dimensionItemType": null,
- "aggregationType": null,
- "favorite": null,
- "compulsoryFieldsCompleteOnly": null,
- "skipOffline": null,
- "validCompleteOnly": null,
- "dataElementDecoration": null,
- "notifyCompletingUser": null,
- "noValueRequiresComment": null,
- "fieldCombinationRequired": null,
- "mobile": null
}, - "dataElement": { }
}
]
}, - "compulsory": true,
- "displayInReports": true,
- "skipSynchronization": true,
- "skipAnalytics": true
}
]
}
], - "nonConfidentialTrackedEntityTypeAttributes": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "valueType": "TEXT",
- "confidential": true,
- "unique": true
}
]
}
]
search | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
Array of objects (Dhis2DataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
object (UsernamePasswordApiSource) | |
object (AuthTokenApiSource) | |
object (JdbcSource) | |
dataTypes required | Array of strings Items Enum: "AGGREGATE" "PROGRAM" "METADATA" "USAGE_STATISTICS" "AUDIT" "USER_INFO" |
programs | Array of strings |
orgUnits | Array of strings |
dataElementGroups | Array of strings |
dataElements | Array of strings |
dataSets | Array of strings |
object (DateRange) | |
dataLoadingPageSize | integer <int32> |
dataLoadingDelayMs | integer <int32> |
includeSoftDeletedData required | boolean |
includeZeroDataValues required | boolean |
skipWideAggregateDataTable required | boolean |
includeNarrowEventTable required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
triggerExpression | string |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
continuouslyUpdated required | boolean |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
object (UsernamePasswordApiSource) | |
object (AuthTokenApiSource) | |
object (JdbcSource) | |
dataTypes required | Array of strings Items Enum: "AGGREGATE" "PROGRAM" "METADATA" "USAGE_STATISTICS" "AUDIT" "USER_INFO" |
programs | Array of strings |
orgUnits | Array of strings |
dataElementGroups | Array of strings |
dataElements | Array of strings |
dataSets | Array of strings |
object (DateRange) | |
dataLoadingPageSize | integer <int32> |
dataLoadingDelayMs | integer <int32> |
includeSoftDeletedData required | boolean |
includeZeroDataValues required | boolean |
skipWideAggregateDataTable required | boolean |
includeNarrowEventTable required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
defaultPort | integer <int32> |
jdbcConnectionUrl | string |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
triggerExpression | string |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "apiTokenSource": {
- "url": "string",
- "authToken": "string"
}, - "jdbcSource": {
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "password": "string",
- "ssl": true,
- "trustServerCertificate": true
}, - "dataTypes": [
- "AGGREGATE"
], - "programs": [
- "string"
], - "orgUnits": [
- "string"
], - "dataElementGroups": [
- "string"
], - "dataElements": [
- "string"
], - "dataSets": [
- "string"
], - "dateRange": {
- "value": 0,
- "unit": "DAYS"
}, - "dataLoadingPageSize": 0,
- "dataLoadingDelayMs": 0,
- "includeSoftDeletedData": true,
- "includeZeroDataValues": true,
- "skipWideAggregateDataTable": true,
- "includeNarrowEventTable": true,
- "type": "AZURE_BLOB_STORAGE",
- "defaultPort": 0,
- "jdbcConnectionUrl": "string",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
search | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "formName": "string",
- "displayFormName": "string",
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- { }
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- null
]
}
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- null
], - "categoryCombos": [
- null
]
}
], - "categoryOptionCombos": [
- { }
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
]
}
]
}, - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
], - "sections": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataSet": { },
- "dataElements": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string"
}
]
}, - "dataElementGroups": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- { }
], - "groupSets": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "compulsory": null,
- "dataDimension": null,
- "dataDimensionType": null
}
]
}
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- null
], - "categoryOptionCombos": [
- null
]
}, - "dataSet": { },
- "dataElement": { }
}
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "factor": 0,
- "number": true
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "factor": 0,
- "number": true
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
], - "workflow": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "periodType": "string",
- "dataSets": [
- { }
]
}, - "dataEntryForm": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "htmlCode": "string",
- "format": 0,
- "style": "COMFORTABLE"
}, - "dimensionItem": "string",
- "openFuturePeriods": 0,
- "expiryDays": 0,
- "openPeriodsAfterCoEndDate": 0,
- "timelyDays": 0,
- "url": "string",
- "formType": "DEFAULT",
- "periodType": "string",
- "version": 0,
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "dimensionItemType": "DATA_ELEMENT",
- "aggregationType": "SUM",
- "favorite": true,
- "compulsoryFieldsCompleteOnly": true,
- "skipOffline": true,
- "validCompleteOnly": true,
- "dataElementDecoration": true,
- "notifyCompletingUser": true,
- "noValueRequiresComment": true,
- "fieldCombinationRequired": true,
- "mobile": true
}
]
search | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
]
}, - "dataElementGroups": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- { }
], - "groupSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "compulsory": true,
- "dataDimension": true,
- "dataDimensionType": "DISAGGREGATION"
}
]
}
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- null
], - "categoryOptionCombos": [
- null
], - "organisationUnits": [
- null
]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- null
], - "categoryOptionCombos": [
- null
], - "organisationUnits": [
- null
]
}
]
}
]
}, - "dataSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "formName": "string",
- "displayFormName": "string",
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "startDate": null,
- "endDate": null,
- "formName": null,
- "categories": [ ],
- "categoryOptionCombos": [ ],
- "organisationUnits": [ ]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "startDate": null,
- "endDate": null,
- "formName": null,
- "categories": [ ],
- "categoryOptionCombos": [ ],
- "organisationUnits": [ ]
}
]
}
]
}, - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
], - "sections": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataSet": { },
- "dataElements": [
- { }
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "factor": null,
- "number": null
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "factor": 0,
- "number": true
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
], - "workflow": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "periodType": "string",
- "dataSets": [
- { }
]
}, - "dataEntryForm": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "htmlCode": "string",
- "format": 0,
- "style": "COMFORTABLE"
}, - "dimensionItem": "string",
- "openFuturePeriods": 0,
- "expiryDays": 0,
- "openPeriodsAfterCoEndDate": 0,
- "timelyDays": 0,
- "url": "string",
- "formType": "DEFAULT",
- "periodType": "string",
- "version": 0,
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "dimensionItemType": "DATA_ELEMENT",
- "aggregationType": "SUM",
- "favorite": true,
- "compulsoryFieldsCompleteOnly": true,
- "skipOffline": true,
- "validCompleteOnly": true,
- "dataElementDecoration": true,
- "notifyCompletingUser": true,
- "noValueRequiresComment": true,
- "fieldCombinationRequired": true,
- "mobile": true
}, - "dataElement": { }
}
]
}
]
search | string |
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
]
}, - "dataElementGroups": [
- { }
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- null
], - "categoryCombos": [
- null
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- null
]
}
]
}, - "dataSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "formName": "string",
- "displayFormName": "string",
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "dataDimensionType": null,
- "dataDimension": null,
- "categoryOptions": [ ],
- "categoryCombos": [ ]
}
], - "categoryOptionCombos": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "ignoreApproval": null,
- "categoryOptions": [ ]
}
]
}, - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
], - "sections": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataSet": { },
- "dataElements": [
- null
], - "indicators": [
- null
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "factor": null,
- "number": null
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
], - "workflow": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "periodType": "string",
- "dataSets": [
- { }
]
}, - "dataEntryForm": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "htmlCode": "string",
- "format": 0,
- "style": "COMFORTABLE"
}, - "dimensionItem": "string",
- "openFuturePeriods": 0,
- "expiryDays": 0,
- "openPeriodsAfterCoEndDate": 0,
- "timelyDays": 0,
- "url": "string",
- "formType": "DEFAULT",
- "periodType": "string",
- "version": 0,
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string"
}
], - "dimensionItemType": "DATA_ELEMENT",
- "aggregationType": "SUM",
- "favorite": true,
- "compulsoryFieldsCompleteOnly": true,
- "skipOffline": true,
- "validCompleteOnly": true,
- "dataElementDecoration": true,
- "notifyCompletingUser": true,
- "noValueRequiresComment": true,
- "fieldCombinationRequired": true,
- "mobile": true
}, - "dataElement": { }
}
]
}
], - "groupSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "compulsory": true,
- "dataDimension": true,
- "dataDimensionType": "DISAGGREGATION"
}
]
}
]
url required | string |
username | string |
password | string |
authToken | string |
{- "url": "string",
- "username": "string",
- "password": "string",
- "authToken": "string"
}
{- "status": "OK",
- "httpStatus": "100 CONTINUE",
- "httpStatusCode": 0,
- "statusCode": 0,
- "errorCode": "OK",
- "message": "string",
- "messageKey": "string",
- "devMessage": "string",
- "data": { }
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
search | string |
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "programType": "WITH_REGISTRATION",
- "trackedEntityType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "trackedEntityTypeAttributes": [
- {
- "id": "string",
- "trackedEntityAttribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "valueType": "TEXT",
- "confidential": true,
- "unique": true
}, - "displayInList": true,
- "mandatory": true,
- "searchable": true
}
]
}, - "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- { }
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- null
]
}
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- null
], - "categoryCombos": [
- null
]
}
], - "categoryOptionCombos": [
- { }
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
]
}
]
}, - "programTrackedEntityAttributes": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "trackedEntityAttribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "valueType": "TEXT",
- "confidential": true,
- "unique": true
}
}
], - "programStages": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "programStageDataElements": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataElement": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null
}
]
}, - "dataElementGroups": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- null
], - "groupSets": [
- null
]
}
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "dataDimensionType": null,
- "skipTotal": null,
- "categories": [ ],
- "categoryOptionCombos": [ ]
}, - "dataSet": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "formName": null,
- "displayFormName": null,
- "categoryCombo": null,
- "organisationUnits": [ ],
- "sections": [ ],
- "indicators": [ ],
- "workflow": null,
- "dataEntryForm": null,
- "dimensionItem": null,
- "openFuturePeriods": null,
- "expiryDays": null,
- "openPeriodsAfterCoEndDate": null,
- "timelyDays": null,
- "url": null,
- "formType": null,
- "periodType": null,
- "version": null,
- "legendSets": [ ],
- "dimensionItemType": null,
- "aggregationType": null,
- "favorite": null,
- "compulsoryFieldsCompleteOnly": null,
- "skipOffline": null,
- "validCompleteOnly": null,
- "dataElementDecoration": null,
- "notifyCompletingUser": null,
- "noValueRequiresComment": null,
- "fieldCombinationRequired": null,
- "mobile": null
}, - "dataElement": { }
}
]
}, - "compulsory": true,
- "displayInReports": true,
- "skipSynchronization": true,
- "skipAnalytics": true
}
]
}
], - "nonConfidentialTrackedEntityTypeAttributes": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "valueType": "TEXT",
- "confidential": true,
- "unique": true
}
]
}
]
uid required | string |
search | string |
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
uid required | string |
search | string |
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "formName": "string",
- "displayFormName": "string",
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- { }
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- null
]
}
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- null
], - "categoryCombos": [
- null
]
}
], - "categoryOptionCombos": [
- { }
], - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
]
}
]
}
]
}, - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
], - "sections": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataSet": { },
- "dataElements": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string"
}
]
}, - "dataElementGroups": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- { }
], - "groupSets": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "compulsory": null,
- "dataDimension": null,
- "dataDimensionType": null
}
]
}
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- null
], - "categoryOptionCombos": [
- null
]
}, - "dataSet": { },
- "dataElement": { }
}
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "factor": 0,
- "number": true
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "factor": 0,
- "number": true
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
], - "workflow": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "periodType": "string",
- "dataSets": [
- { }
]
}, - "dataEntryForm": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "htmlCode": "string",
- "format": 0,
- "style": "COMFORTABLE"
}, - "dimensionItem": "string",
- "openFuturePeriods": 0,
- "expiryDays": 0,
- "openPeriodsAfterCoEndDate": 0,
- "timelyDays": 0,
- "url": "string",
- "formType": "DEFAULT",
- "periodType": "string",
- "version": 0,
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "dimensionItemType": "DATA_ELEMENT",
- "aggregationType": "SUM",
- "favorite": true,
- "compulsoryFieldsCompleteOnly": true,
- "skipOffline": true,
- "validCompleteOnly": true,
- "dataElementDecoration": true,
- "notifyCompletingUser": true,
- "noValueRequiresComment": true,
- "fieldCombinationRequired": true,
- "mobile": true
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
search | string |
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
]
}, - "dataElementGroups": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- { }
], - "groupSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "compulsory": true,
- "dataDimension": true,
- "dataDimensionType": "DISAGGREGATION"
}
]
}
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- null
], - "categoryOptionCombos": [
- null
], - "organisationUnits": [
- null
]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "formName": "string",
- "categories": [
- null
], - "categoryOptionCombos": [
- null
], - "organisationUnits": [
- null
]
}
]
}
]
}, - "dataSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "formName": "string",
- "displayFormName": "string",
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "startDate": null,
- "endDate": null,
- "formName": null,
- "categories": [ ],
- "categoryOptionCombos": [ ],
- "organisationUnits": [ ]
}
], - "categoryCombos": [
- { }
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "startDate": null,
- "endDate": null,
- "formName": null,
- "categories": [ ],
- "categoryOptionCombos": [ ],
- "organisationUnits": [ ]
}
]
}
]
}, - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
], - "sections": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataSet": { },
- "dataElements": [
- { }
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "factor": null,
- "number": null
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "factor": 0,
- "number": true
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
], - "workflow": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "periodType": "string",
- "dataSets": [
- { }
]
}, - "dataEntryForm": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "htmlCode": "string",
- "format": 0,
- "style": "COMFORTABLE"
}, - "dimensionItem": "string",
- "openFuturePeriods": 0,
- "expiryDays": 0,
- "openPeriodsAfterCoEndDate": 0,
- "timelyDays": 0,
- "url": "string",
- "formType": "DEFAULT",
- "periodType": "string",
- "version": 0,
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "dimensionItemType": "DATA_ELEMENT",
- "aggregationType": "SUM",
- "favorite": true,
- "compulsoryFieldsCompleteOnly": true,
- "skipOffline": true,
- "validCompleteOnly": true,
- "dataElementDecoration": true,
- "notifyCompletingUser": true,
- "noValueRequiresComment": true,
- "fieldCombinationRequired": true,
- "mobile": true
}, - "dataElement": { }
}
]
}
]
uid required | string |
search | string |
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataElements": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "aggregationType": "SUM",
- "valueType": "TEXT",
- "domainType": "AGGREGATE",
- "url": "string",
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
], - "optionSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "valueType": "TEXT",
- "version": "string",
- "options": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string"
}
]
}, - "dataElementGroups": [
- { }
], - "dataSetElements": [
- {
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "dataDimension": true,
- "categoryOptions": [
- null
], - "categoryCombos": [
- null
]
}
], - "categoryOptionCombos": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "ignoreApproval": true,
- "categoryOptions": [
- null
]
}
]
}, - "dataSet": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "shortName": null,
- "description": null
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "formName": "string",
- "displayFormName": "string",
- "categoryCombo": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "dataDimensionType": "DISAGGREGATION",
- "skipTotal": true,
- "categories": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "dataDimensionType": null,
- "dataDimension": null,
- "categoryOptions": [ ],
- "categoryCombos": [ ]
}
], - "categoryOptionCombos": [
- {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "ignoreApproval": null,
- "categoryOptions": [ ]
}
]
}, - "organisationUnits": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "path": "string",
- "level": 0,
- "parent": { },
- "openingDate": "2019-08-24T14:15:22Z",
- "closedDate": "2019-08-24T14:15:22Z",
- "comment": "string",
- "url": "string",
- "contactPerson": "string",
- "address": "string",
- "email": "string",
- "phoneNumber": "string"
}
], - "sections": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "dataSet": { },
- "dataElements": [
- null
], - "indicators": [
- null
]
}
], - "indicators": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string",
- "indicatorType": {
- "id": null,
- "code": null,
- "name": null,
- "created": null,
- "lastUpdated": null,
- "attributeValues": [ ],
- "shortName": null,
- "description": null,
- "factor": null,
- "number": null
}, - "annualized": true,
- "numerator": "string",
- "numeratorDescription": "string",
- "denominator": "string",
- "denominatorDescription": "string",
- "url": "string"
}
], - "workflow": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "periodType": "string",
- "dataSets": [
- { }
]
}, - "dataEntryForm": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": null,
- "value": null
}
], - "shortName": "string",
- "description": "string",
- "htmlCode": "string",
- "format": 0,
- "style": "COMFORTABLE"
}, - "dimensionItem": "string",
- "openFuturePeriods": 0,
- "expiryDays": 0,
- "openPeriodsAfterCoEndDate": 0,
- "timelyDays": 0,
- "url": "string",
- "formType": "DEFAULT",
- "periodType": "string",
- "version": 0,
- "legendSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- null
], - "shortName": "string",
- "description": "string"
}
], - "dimensionItemType": "DATA_ELEMENT",
- "aggregationType": "SUM",
- "favorite": true,
- "compulsoryFieldsCompleteOnly": true,
- "skipOffline": true,
- "validCompleteOnly": true,
- "dataElementDecoration": true,
- "notifyCompletingUser": true,
- "noValueRequiresComment": true,
- "fieldCombinationRequired": true,
- "mobile": true
}, - "dataElement": { }
}
]
}
], - "groupSets": [
- {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "attributeValues": [
- {
- "attribute": {
- "id": "string",
- "code": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "shortName": "string",
- "description": "string"
}, - "value": "string"
}
], - "shortName": "string",
- "description": "string",
- "compulsory": true,
- "dataDimension": true,
- "dataDimensionType": "DISAGGREGATION"
}
]
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "files": [
- {
- "id": "string",
- "name": "string",
- "size": 0
}
], - "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
Array of objects (FileMetadata) | |
delimiter required | string Enum: "PIPE" "COMMA" "TAB" "SEMI_COLON" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
scheduleable | boolean |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "files": [
- {
- "id": "string",
- "name": "string",
- "size": 0
}
], - "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "files": [
- {
- "id": "string",
- "name": "string",
- "size": 0
}
], - "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
Array of objects (FileMetadata) | |
delimiter required | string Enum: "PIPE" "COMMA" "TAB" "SEMI_COLON" |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
scheduleable | boolean |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "files": [
- {
- "id": "string",
- "name": "string",
- "size": 0
}
], - "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (CsvUploadDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "files": [
- {
- "id": "string",
- "name": "string",
- "size": 0
}
], - "delimiter": "PIPE",
- "type": "AZURE_BLOB_STORAGE",
- "scheduleable": true,
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "domain": "string",
- "application": "string",
- "hashColumnName": true,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
domain required | string |
application required | string |
hashColumnName required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "domain": "string",
- "application": "string",
- "hashColumnName": true,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "domain": "string",
- "application": "string",
- "hashColumnName": true,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
domain required | string |
application required | string |
hashColumnName required | boolean |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "domain": "string",
- "application": "string",
- "hashColumnName": true,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
Array of objects (CommCareDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "domain": "string",
- "application": "string",
- "hashColumnName": true,
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string",
- "applications": [
- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
}
]
domain required | string |
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
domain required | string |
application required | string |
url required | string |
username required | string |
password | string |
{- "url": "string",
- "username": "string",
- "password": "string"
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "project": 0,
- "reportParams": {
- "satisfactionRate": {
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "depotUuids": [
- "string"
]
}, - "stockUsageSchedule": {
- "inventoryUuid": "string",
- "depotUuid": "string",
- "stockUsageIntervalMonths": 0,
- "stockUsageMonthAverageConsumption": 0,
- "stockUsageAvgConsumptionAlgorithm": "ALGO_MSH"
}
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
project required | integer <int32> |
object (BhimaReportParams) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "project": 0,
- "reportParams": {
- "satisfactionRate": {
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "depotUuids": [
- "string"
]
}, - "stockUsageSchedule": {
- "inventoryUuid": "string",
- "depotUuid": "string",
- "stockUsageIntervalMonths": 0,
- "stockUsageMonthAverageConsumption": 0,
- "stockUsageAvgConsumptionAlgorithm": "ALGO_MSH"
}
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string"
}, - "project": 0,
- "reportParams": {
- "satisfactionRate": {
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "depotUuids": [
- "string"
]
}, - "stockUsageSchedule": {
- "inventoryUuid": "string",
- "depotUuid": "string",
- "stockUsageIntervalMonths": 0,
- "stockUsageMonthAverageConsumption": 0,
- "stockUsageAvgConsumptionAlgorithm": "ALGO_MSH"
}
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (UsernamePasswordApiSource) |
project required | integer <int32> |
object (BhimaReportParams) | |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "project": 0,
- "reportParams": {
- "satisfactionRate": {
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "depotUuids": [
- "string"
]
}, - "stockUsageSchedule": {
- "inventoryUuid": "string",
- "depotUuid": "string",
- "stockUsageIntervalMonths": 0,
- "stockUsageMonthAverageConsumption": 0,
- "stockUsageAvgConsumptionAlgorithm": "ALGO_MSH"
}
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
url | string |
username | string |
password | string |
project | integer <int32> |
{- "url": "string",
- "username": "string",
- "password": "string",
- "project": 0
}
url | string |
username | string |
password | string |
project | integer <int32> |
{- "url": "string",
- "username": "string",
- "password": "string",
- "project": 0
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
Array of objects (BhimaDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "apiSource": {
- "url": "string",
- "username": "string",
- "password": "string"
}, - "project": 0,
- "reportParams": {
- "satisfactionRate": {
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "depotUuids": [
- "string"
]
}, - "stockUsageSchedule": {
- "inventoryUuid": "string",
- "depotUuid": "string",
- "stockUsageIntervalMonths": 0,
- "stockUsageMonthAverageConsumption": 0,
- "stockUsageAvgConsumptionAlgorithm": "ALGO_MSH"
}
}, - "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
search | string |
url | string |
username | string |
password | string |
project | integer <int32> |
{- "url": "string",
- "username": "string",
- "password": "string",
- "project": 0
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
depotUuid required | string |
url | string |
username | string |
password | string |
project | integer <int32> |
{- "url": "string",
- "username": "string",
- "password": "string",
- "project": 0
}
[- {
- "id": "string",
- "code": "string",
- "name": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "azureBlobStorageSource": {
- "container": "string",
- "blobKey": "string"
}, - "delimiter": "PIPE",
- "fileName": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AzureBlobStorageSource) |
delimiter required | string Enum: "PIPE" "COMMA" "TAB" "SEMI_COLON" |
fileName required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "azureBlobStorageSource": {
- "container": "string",
- "blobKey": "string",
- "connectionString": "string"
}, - "delimiter": "PIPE",
- "fileName": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
publicAccess | string Enum: "READ" "READ_WRITE" "NONE" |
required | Array of objects (AccessObject) unique |
required | Array of objects (AccessObject) unique |
{- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "azureBlobStorageSource": {
- "container": "string",
- "blobKey": "string"
}, - "delimiter": "PIPE",
- "fileName": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
id | string |
name required | string |
created | string <date-time> |
lastUpdated | string <date-time> |
Array of objects (Translation) unique | |
client | string |
createdBy | string |
lastUpdatedBy | string |
description | string |
owner | string |
url | string |
reference | string |
source | string |
termsOfUse | string |
disabled required | boolean |
runTrigger required | string Enum: "EVERY_15_MIN" "EVERY_30_MIN" "EVERY_HOUR" "EVERY_3_HOURS" "EVERY_DAY_0AM" "EVERY_DAY_2AM" "EVERY_NIGHT_RANDOM" "EVERY_WEEKDAY" "EVERY_SATURDAY" "EVERY_SATURDAY_NIGHT_RANDOM" "EVERY_MONTH" "EVERY_MONTH_RANDOM" "CUSTOM" "NEVER" |
cronExpression | string |
object (DataPipelineStatus) | |
tags | Array of strings unique |
object (AnonymousAccess) | |
object (Access) | |
object (DataPipelineTransformation) | |
required | object (DataWarehouseTarget) |
required | object (AzureBlobStorageSource) |
delimiter required | string Enum: "PIPE" "COMMA" "TAB" "SEMI_COLON" |
fileName required | string |
type | string Enum: "AZURE_BLOB_STORAGE" "BHIMA" "COMMCARE" "CSV_UPLOAD" "DHIS2" "FUNCTION" "FHIR" "GOOGLE_SHEETS" "IHRIS" "IHRIS5" "KOBO_TOOLBOX" "MSSQL" "MYSQL" "ODK" "ONA" "ORACLE" "PARQUET_UPLOAD" "POSTGRESQL" "PUBLIC_DATASET" "REDSHIFT" "S3BUCKET" "TALAMUS" |
typeName | string |
dataWarehouseTargetSchemaName | string |
dataWarehouseTargetTableName | string |
dataPipelineSourceName | string |
dataDownload | boolean |
typeKey | string |
createdByLastUpdatedBy | string |
scheduleable | boolean |
continuouslyUpdated | boolean |
triggerExpression | string |
continuousUpdateInterval | integer <int32> |
fullRefreshInterval | integer <int32> |
displayDescription | string |
tagString | string |
displayName | string |
{- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "azureBlobStorageSource": {
- "container": "string",
- "blobKey": "string",
- "connectionString": "string"
}, - "delimiter": "PIPE",
- "fileName": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
uid required | string |
bucket required | string |
objectKey required | string |
accessKey | string |
secretKey | string |
{- "bucket": "string",
- "objectKey": "string",
- "accessKey": "string",
- "secretKey": "string"
}
Array of objects (AzureBlobStorageDataPipeline) |
{- "dataPipelines": [
- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "description": "string",
- "owner": "string",
- "url": "string",
- "reference": "string",
- "source": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "tags": [
- "string"
], - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
]
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "azureBlobStorageSource": {
- "container": "string",
- "blobKey": "string",
- "connectionString": "string"
}, - "delimiter": "PIPE",
- "fileName": "string",
- "type": "AZURE_BLOB_STORAGE",
- "typeName": "string",
- "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "dataDownload": true,
- "typeKey": "string",
- "createdByLastUpdatedBy": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}
]
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
{- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
client required | string |
url required | string |
username required | string |
password | string |
databaseId required | integer <int32> |
{- "url": "string",
- "username": "string",
- "password": "string",
- "databaseId": 0
}
client required | string |
hostname required | string |
publicHostname | string |
database required | string |
username | string |
password | string |
port | integer <int32> |
iamRoleArn | string |
publicHostnameWithFallback | string |
{- "hostname": "string",
- "publicHostname": "string",
- "database": "string",
- "username": "string",
- "password": "string",
- "port": 0,
- "iamRoleArn": "string",
- "publicHostnameWithFallback": "string"
}
client required | string |
identity | string |
credential | string |
container required | string |
account | string |
{- "identity": "string",
- "credential": "string",
- "container": "string",
- "account": "string"
}
id | string |
created | string <date-time> |
lastUpdated | string <date-time> |
createdBy required | string |
lastUpdatedBy required | string |
client required | string = 11 characters |
clientCode | string [ 2 .. 25 ] characters |
provider required | string Enum: "AWS_REDSHIFT" "AWS_CLICKHOUSE" "AZURE_SQL_SERVER" "AZURE_SYNAPSE" "LOCAL_CLICKHOUSE" "LOCAL_SQL_SERVER" "LOCAL_POSTGRESQL" |
required | object (BlobStoreConfig) |
required | object (DataWarehouseConfig) |
object (SupersetConfig) | |
blobStoreName | string |
dataWarehouseName | string |
dataWarehousePort | integer <int32> |
{- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "client": "stringstrin",
- "clientCode": "string",
- "provider": "AWS_REDSHIFT",
- "blobStoreConfig": {
- "identity": "string",
- "credential": "string",
- "container": "string",
- "account": "string"
}, - "dataWarehouseConfig": {
- "hostname": "string",
- "publicHostname": "string",
- "database": "string",
- "username": "string",
- "password": "string",
- "port": 0,
- "iamRoleArn": "string",
- "publicHostnameWithFallback": "string"
}, - "supersetConfig": {
- "url": "string",
- "username": "string",
- "password": "string",
- "databaseId": 0
}, - "blobStoreName": "string",
- "dataWarehouseName": "string",
- "dataWarehousePort": 0
}
{- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "client": "stringstrin",
- "clientCode": "string",
- "provider": "AWS_REDSHIFT",
- "blobStoreConfig": {
- "container": "string",
- "account": "string"
}, - "dataWarehouseConfig": {
- "hostname": "string",
- "publicHostname": "string",
- "database": "string",
- "port": 0,
- "publicHostnameWithFallback": "string"
}, - "supersetConfig": {
- "url": "string",
- "username": "string",
- "databaseId": 0
}, - "blobStoreName": "string",
- "dataWarehouseName": "string",
- "dataWarehousePort": 0
}
format | string Enum: "SQL" "NATURAL_TEXT" |
query | string |
limit | integer <int32> |
schemas | Array of strings |
{- "format": "SQL",
- "query": "string",
- "limit": 0,
- "schemas": [
- "string"
]
}
{- "startTime": "2019-08-24T14:15:22Z",
- "duration": 0,
- "sqlQuery": "string",
- "result": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}
format | string Enum: "SQL" "NATURAL_TEXT" |
query | string |
limit | integer <int32> |
schemas | Array of strings |
{- "format": "SQL",
- "query": "string",
- "limit": 0,
- "schemas": [
- "string"
]
}
{- "startTime": "2019-08-24T14:15:22Z",
- "duration": 0,
- "sqlQuery": "string",
- "result": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "queryStartTime": "2019-08-24T14:15:22Z",
- "queryDuration": 0,
- "rows": [
- [
- { }
]
], - "height": 0,
- "width": 0,
- "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}
{- "schemas": [
- {
- "name": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
], - "views": [
- {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
]
}
]
}
{- "schemas": [
- {
- "name": "string",
- "tables": [
- {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
], - "views": [
- {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
]
}
]
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "workflow": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "view": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
object required | string |
required | object (PagingRequest) |
{- "results": [
- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "object": "string",
- "completedAt": "2019-08-24T14:15:22Z",
- "type": "DATA_PIPELINE_DATA_LOAD",
- "state": "IN_PROGRESS",
- "result": "SUCCESSFUL",
- "dataLoadStrategy": "FULL_REPLACE"
}
], - "pager": {
- "page": 0,
- "pageSize": 0,
- "totalCount": 0,
- "offset": 0,
- "pageCount": 0
}
}
object required | string |
required | object (PagingRequest) |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "object": "string",
- "completedAt": "2019-08-24T14:15:22Z",
- "type": "DATA_PIPELINE_DATA_LOAD",
- "state": "IN_PROGRESS",
- "result": "SUCCESSFUL",
- "dataLoadStrategy": "FULL_REPLACE"
}
]
client required | string |
filter | Array of strings |
order | Array of strings |
[- {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "description": "string",
- "dataWarehouseViewName": "string",
- "query": "string",
- "materialized": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "cronExpression": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "visualizationId": 0,
- "visualizationHref": "string"
}, - "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "triggerExpression": "string",
- "displayDescription": "string",
- "tagString": "string",
- "qualifiedDataWarehouseViewName": "string",
- "redshiftViewName": "string",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0,
- "displayName": "string"
}
]
client required | string |
required | object (SearchRequestDto) |
{- "pager": {
- "page": 0,
- "pageSize": 0,
- "totalCount": 0,
- "offset": 0,
- "pageCount": 0
}, - "dataPipelines": [
- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "name": "string",
- "description": "string",
- "owner": "string",
- "reference": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "schema": "string",
- "tags": [
- "string"
], - "anonymousMetadataAccess": true,
- "anonymousDataAccess": true,
- "publicAccess": true,
- "userAccessCount": 0,
- "tableName": "string",
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "sizeMb": 0,
- "rowCount": 0,
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "source": "AZURE_BLOB_STORAGE",
- "type": "AZURE_BLOB_STORAGE",
- "dataDownload": true,
- "typeKey": "string",
- "sourceKey": "string"
}
]
}
typePath required | string |
uid required | string |
client required | string |
{- "name": "string",
- "typeName": "string",
- "type": "AZURE_BLOB_STORAGE",
- "owner": "string",
- "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "description": "string",
- "tags": [
- "string"
], - "status": {
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "nextFullReplaceRun": "2019-08-24T14:15:22Z",
- "jobId": "string",
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "taskId": "string",
- "mainTableAsTable": {
- "schema": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizePretty": "string",
- "rowCount": 0,
- "columns": [
- {
- "label": "string",
- "name": "string",
- "tableAlias": "string",
- "dataType": "SMALLINT",
- "primaryKey": true,
- "created": "2019-08-24T14:15:22Z",
- "id": true,
- "sortKey": true,
- "deleted": true,
- "length": 0,
- "valueExpression": "string",
- "distinctValues": 0,
- "nullValues": 0,
- "minValue": 0,
- "maxValue": 0,
- "dataTypeLabel": "string"
}
], - "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
], - "qualifiedTableName": "string",
- "tableName": "string",
- "columnCount": 0,
- "sizeMb": 0
}
}, - "dataWarehouseTargetSchemaName": "string",
- "dataWarehouseTargetTableName": "string",
- "dataPipelineSourceName": "string",
- "transformation": {
- "sqlStatements": [
- {
- "description": "string",
- "statement": "string"
}
]
}, - "dataWarehouseTarget": {
- "schema": {
- "id": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "schemaName": "string",
- "description": "string",
- "tags": [
- "string"
], - "access": {
- "publicAccess": "READ",
- "userAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "userGroupAccess": [
- {
- "id": "string",
- "access": "READ"
}
], - "accessLevel": "PRIVATE",
- "hasPublicAccess": true
}, - "permanent": true,
- "providerSchema": "REDSHIFT",
- "statistics": {
- "dataPipelines": 0,
- "views": 0
}, - "displayDescription": "string",
- "tagString": "string",
- "displayName": "string"
}, - "tableName": "string",
- "stagingTableName": "string",
- "tableSchema": "string"
}, - "createdBy": "string",
- "transformationCount": 0,
- "lastUpdatedBy": "string",
- "anonymousAccess": {
- "metadata": true,
- "data": true
}, - "cronExpression": "string",
- "dataDownload": true,
- "typeKey": "string",
- "client": "string",
- "translations": [
- {
- "locale": "string",
- "property": "string",
- "value": "string"
}
], - "id": 0,
- "uid": "string",
- "created": "2019-08-24T14:15:22Z",
- "scheduleable": true,
- "continuouslyUpdated": true,
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "triggerExpression": "string",
- "continuousUpdateInterval": 0,
- "fullRefreshInterval": 0
}
typePath required | string |
uid required | string |
client required | string |
{- "objectKeys": [
- {
- "filename": "string",
- "id": "string",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "size": 0,
- "sizePretty": "string",
- "href": "string"
}
]
}
groupId required | string |
jobId required | string |
{- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "stringstrin",
- "jobType": "DATA_QUALITY_CHECK",
- "jobId": "stringstrin",
- "object": "stringstrin",
- "summary": { }
}
filter | Array of strings |
order | Array of strings |
required | object (PagingRequest) |
{- "pager": {
- "page": 0,
- "pageSize": 0,
- "totalCount": 0,
- "offset": 0,
- "pageCount": 0
}, - "destinations": [
- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "name": "string",
- "description": "string",
- "disabled": true,
- "publicAccess": "READ",
- "userAccessCount": 0,
- "viewSource": "string",
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "type": "DHIS2"
}
]
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "destination": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
term required | string |
filtersParam | Array of strings |
ordersParam | Array of strings |
page | integer <int32> |
pageSize | integer <int32> |
{- "records": [
- {
- "lastUpdated": "2019-08-24T14:15:22Z",
- "entityType": "string",
- "id": "string",
- "name": "string",
- "description": "string",
- "tags": [
- "string"
]
}
], - "pagination": {
- "page": 0,
- "pageSize": 0,
- "recordCount": 0,
- "pageCount": 0,
- "hasNextPage": true,
- "hasPreviousPage": true
}
}
{- "pager": {
- "page": 0,
- "pageSize": 0,
- "totalCount": 0,
- "offset": 0,
- "pageCount": 0
}, - "dataPipelines": [
- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "createdBy": "string",
- "lastUpdatedBy": "string",
- "name": "string",
- "description": "string",
- "owner": "string",
- "reference": "string",
- "termsOfUse": "string",
- "disabled": true,
- "runTrigger": "EVERY_15_MIN",
- "schema": "string",
- "tags": [
- "string"
], - "anonymousMetadataAccess": true,
- "anonymousDataAccess": true,
- "publicAccess": true,
- "userAccessCount": 0,
- "tableName": "string",
- "lastRunStatus": "OK",
- "lastRunSuccess": "2019-08-24T14:15:22Z",
- "lastRun": "2019-08-24T14:15:22Z",
- "lastRunDuration": "string",
- "sizeMb": 0,
- "rowCount": 0,
- "tables": [
- {
- "schema": "string",
- "id": "string",
- "name": "string",
- "displayName": "string",
- "description": "string",
- "size": 0,
- "sizeMb": 0,
- "rowCount": 0,
- "foreignKeys": [
- {
- "column": "string",
- "referencedSchema": "string",
- "referencedTable": "string",
- "referencedColumn": "string"
}
]
}
], - "source": "AZURE_BLOB_STORAGE",
- "type": "AZURE_BLOB_STORAGE",
- "dataDownload": true,
- "typeKey": "string",
- "sourceKey": "string"
}
]
}
uid required | string |
taskId | string |
logLevel | string Enum: "DEBUG" "INFO" "WARN" "ERROR" |
logImportance | string Enum: "LOW" "MEDIUM" "HIGH" |
order | string Enum: "ASC" "DESC" |
[- {
- "id": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "client": "string",
- "dataPipeline": "string",
- "taskId": "string",
- "logLevel": "DEBUG",
- "logImportance": "LOW",
- "message": "string"
}
]
{- "table": "string",
- "metaData": {
- "property1": { },
- "property2": { }
}, - "title": "string",
- "headers": [
- {
- "name": "string",
- "column": "string",
- "valueType": "SMALLINT",
- "hidden": true,
- "meta": true
}
], - "rows": [
- [
- { }
]
], - "subtitle": "string",
- "height": 0,
- "visibleHeaders": [
- {
- "name": "string",
- "column": "string",
- "valueType": "SMALLINT",
- "hidden": true,
- "meta": true
}
], - "width": 0,
- "visibleWidth": 0,
- "visibleRows": [
- [
- { }
]
], - "metaColumnIndexes": [
- 0
]
}
{- "client": "string",
- "cloudProvider": "AWS_REDSHIFT",
- "hostname": "string",
- "port": 0,
- "database": "string",
- "username": "string",
- "container": "string",
- "blobStoreKey": "string",
- "blobStoreProvider": "FILESYSTEM",
- "blobStoreName": "string",
- "dataWarehouseName": "string",
- "cloudProviderName": "string",
- "dataWarehouseKey": "REDSHIFT"
}