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"