Data integration projects

Download specification

Qlik Talend Data Integration lets you create data pipelines to perform a variety of data integration tasks in support of your data architecture and analytics requirements.

These events provide operational status updates of Data integration projects, and can be used alongside the Data integration projects REST API. Learn more about Data integration projects on Qlik Help.

These events are available for consumption via:

Data task completed

Publish an event when a data task has completed successfully

Payload

object
  • idstring
    Required

    Unique CloudEvent identifier.

  • dataobject
    Required

    The event-specific data payload for a completed task.

    Show data properties
    • endTimestring
      Required

      Timestamp when the task ended.

    • dataTaskobject
      Required
      Show dataTask properties
      • idstring
        RequiredFilterable

        Unique identifier for the data task.

      • namestring
        RequiredFilterable

        Name of the data task.

      • typestring
        Required

        Can be one of: "LANDING""STORAGE""QVD_STORAGE""TRANSFORM""DATAMART""REGISTERED_DATA""REPLICATION""LAKE_LANDING""KNOWLEDGE_MART""FILE_BASED_KNOWLEDGE_MART""FILE_LANDING""ICEBERG_STORAGE""MIRROR"

      • ownerIdstring
        RequiredFilterable

        Identifier of the owner of the data task.

      • spaceIdstring
        RequiredFilterable

        Identifier of the space containing the data task.

      • projectIdstring
        RequiredFilterable

        Identifier of the project containing the data task.

      • descriptionstring

        Optional description of the data task.

    • startTimestring
      Required

      Timestamp when the task started.

    • startedBystring
      Required

      Identifier of the user who started the task.

  • timestring
    Required

    CloudEvent timestamp.

  • typestring
    Required

    Event type.

    Can be one of: "com.qlik.v1.di-projects.di-tasks.completed"

  • sourcestring
    Required

    Event source.

  • useridstring
    Required

    Identifier for the user associated with the event.

  • subjectstring

    Subject of the event in the context of the event producer.

  • tenantidstring
    Required

    Identifier for the tenant.

  • dataschemastring

    URI to the schema for the data attribute.

  • extensionsobject
    Required

    Qlik-specific extension attributes for the event.

    Show extensions properties
    • actorobject
      Required

      Information about the actor.

    • updatesarray of objects
      Required

      List of updates related to the event.

  • specversionstring
    Required

    CloudEvents spec version.

    Can be one of: "1.0"

  • datacontenttypestring
    Required

    Content type of the event payload.

com.qlik.v1.di-projects.di-tasks.completed

Example payload of the "Data task completed" event

{
"id": "02eae54e-396f-456c-bb6e-4ef1793504d9",
"data": {
"endTime": "2025-05-26T11:47:17.893Z",
"dataTask": {
"id": "salesstorage-guml",
"name": "SalesStorage",
"type": "STORAGE",
"ownerId": "68064bc230525613f366b4f1",
"spaceId": "68079b4004d7603de4991dcc",
"projectId": "68172bbc045ae3756c1ae309",
"description": ""
},
"startTime": "2025-05-26T11:47:17.425Z",
"startedBy": "6819cec4fb2b973f77b77383"
},
"time": "2025-05-26T11:47:18.045Z",
"type": "com.qlik.v1.di-projects.di-tasks.completed",
"source": "com.qlik/data-app-design",
"userid": "6819cec4fb2b973f77b77383",
"subject": "some-subject",
"tenantid": "dpmeH_c0vkwEzct90sXfcDSXBXRmRuU5",
"dataschema": "https://example.com/schema",
"extensions": {
"actor": {},
"updates": []
},
"specversion": "1.0",
"datacontenttype": "application/json"
}

Data task failed

Publish an event when a data task has failed

Payload

object
  • idstring
    Required

    Unique CloudEvent identifier.

  • dataobject
    Required

    The event-specific data payload for a failed task.

    Show data properties
    • endTimestring
      Required

      Timestamp when the task ended (failed).

    • dataTaskobject
      Required
      Show dataTask properties
      • idstring
        RequiredFilterable

        Unique identifier for the data task.

      • namestring
        RequiredFilterable

        Name of the data task.

      • typestring
        Required

        Can be one of: "LANDING""STORAGE""QVD_STORAGE""TRANSFORM""DATAMART""REGISTERED_DATA""REPLICATION""LAKE_LANDING""KNOWLEDGE_MART""FILE_BASED_KNOWLEDGE_MART""FILE_LANDING""ICEBERG_STORAGE""MIRROR"

      • ownerIdstring
        RequiredFilterable

        Identifier of the owner of the data task.

      • spaceIdstring
        RequiredFilterable

        Identifier of the space containing the data task.

      • projectIdstring
        RequiredFilterable

        Identifier of the project containing the data task.

      • descriptionstring

        Optional description of the data task.

    • startTimestring
      Required

      Timestamp when the task started.

    • startedBystring
      Required

      Identifier of the user who started the task.

    • errorDetailsobject
      Required

      Detailed information about an error.

      Show errorDetails properties
      • codestring
        Required
      • titlestring
        Required
      • sourcestring
        Required
      • statusinteger
        Required
    • errorMessagestring
      Required

      Summary of the error.

  • timestring
    Required

    CloudEvent timestamp.

  • typestring
    Required

    Event type.

    Can be one of: "com.qlik.v1.di-projects.di-tasks.failed"

  • sourcestring
    Required

    Event source.

  • useridstring
    Required

    Identifier for the user associated with the event.

  • subjectstring

    Subject of the event in the context of the event producer.

  • tenantidstring
    Required

    Identifier for the tenant.

  • dataschemastring

    URI to the schema for the data attribute.

  • extensionsobject
    Required

    Qlik-specific extension attributes for the event.

    Show extensions properties
    • actorobject
      Required

      Information about the actor.

    • updatesarray of objects
      Required

      List of updates related to the event.

  • specversionstring
    Required

    CloudEvents spec version.

    Can be one of: "1.0"

  • datacontenttypestring
    Required

    Content type of the event payload.

com.qlik.v1.di-projects.di-tasks.failed

Example payload of the "Data task failed" event

{
"id": "c946fcdf-8e9c-464f-80dd-a08483d31f36",
"data": {
"endTime": "2025-05-26T11:48:22.025Z",
"dataTask": {
"id": "bad_storage-lbx4",
"name": "Bad Storage",
"type": "STORAGE",
"ownerId": "68064bc230525613f366b4f1",
"spaceId": "68079b4004d7603de4991dcc",
"projectId": "68172bbc045ae3756c1ae309",
"description": "this storage has bad connection"
},
"startTime": "2025-05-26T11:48:14.890Z",
"startedBy": "6819cec4fb2b973f77b77383",
"errorDetails": {
"code": "QDI-DW-STORAGE-TABLE-IN-BATCH-ERROR",
"title": "The batch run failed due to one or more tables that failed to load",
"source": "com.qlik/qdi-app-manager",
"status": 500
},
"errorMessage": "The following tables failed to load: 'Order Details, Customers'"
},
"time": "2025-05-26T11:48:27.521Z",
"type": "com.qlik.v1.di-projects.di-tasks.failed",
"source": "com.qlik/data-app-design",
"userid": "6819cec4fb2b973f77b77383",
"subject": "some-subject",
"tenantid": "dpmeH_c0vkwEzct90sXfcDSXBXRmRuU5",
"dataschema": "https://example.com/schema",
"extensions": {
"actor": {},
"updates": []
},
"specversion": "1.0",
"datacontenttype": "application/json"
}

Data task started

Publish an event when a data task is started

Payload

object
  • idstring
    Required

    Unique CloudEvent identifier.

  • dataobject
    Required

    The event-specific data payload for a started task.

    Show data properties
    • dataTaskobject
      Required
      Show dataTask properties
      • idstring
        RequiredFilterable

        Unique identifier for the data task.

      • namestring
        RequiredFilterable

        Name of the data task.

      • typestring
        Required

        Can be one of: "LANDING""STORAGE""QVD_STORAGE""TRANSFORM""DATAMART""REGISTERED_DATA""REPLICATION""LAKE_LANDING""KNOWLEDGE_MART""FILE_BASED_KNOWLEDGE_MART""FILE_LANDING""ICEBERG_STORAGE""MIRROR"

      • ownerIdstring
        RequiredFilterable

        Identifier of the owner of the data task.

      • spaceIdstring
        RequiredFilterable

        Identifier of the space containing the data task.

      • projectIdstring
        RequiredFilterable

        Identifier of the project containing the data task.

      • descriptionstring

        Optional description of the data task.

    • startTimestring
      Required

      Timestamp when the task started.

    • startedBystring
      Required

      Identifier of the user who started the task.

  • timestring
    Required

    CloudEvent timestamp.

  • typestring
    Required

    Event type.

    Can be one of: "com.qlik.v1.di-projects.di-tasks.started"

  • sourcestring
    Required

    Event source.

  • useridstring
    Required

    Identifier for the user associated with the event.

  • subjectstring

    Subject of the event in the context of the event producer.

  • tenantidstring
    Required

    Identifier for the tenant.

  • dataschemastring

    URI to the schema for the data attribute.

  • extensionsobject
    Required

    Qlik-specific extension attributes for the event.

    Show extensions properties
    • actorobject
      Required

      Information about the actor.

    • updatesarray of objects
      Required

      List of updates related to the event.

  • specversionstring
    Required

    CloudEvents spec version.

    Can be one of: "1.0"

  • datacontenttypestring
    Required

    Content type of the event payload.

com.qlik.v1.di-projects.di-tasks.started

Example payload of the "Data task started" event

{
"id": "8b6adb1b-d6dd-47bd-ab3d-17d231166ba7",
"data": {
"dataTask": {
"id": "example_storage-lbx4",
"name": "Example Storage",
"type": "STORAGE",
"ownerId": "68064bc230525613f366b4f1",
"spaceId": "68079b4004d7603de4991dcc",
"projectId": "68172bbc045ae3756c1ae309",
"description": "this is an example storage"
},
"startTime": "2025-05-26T11:48:14.890Z",
"startedBy": "6819cec4fb2b973f77b77383"
},
"time": "2025-05-26T11:48:15.004Z",
"type": "com.qlik.v1.di-projects.di-tasks.started",
"source": "com.qlik/data-app-design",
"userid": "6819cec4fb2b973f77b77383",
"subject": "some-subject",
"tenantid": "dpmeH_c0vkwEzct90sXfcDSXBXRmRuU5",
"dataschema": "https://example.com/schema",
"extensions": {
"actor": {},
"updates": []
},
"specversion": "1.0",
"datacontenttype": "application/json"
}

Data task stopped

Publish an event when a data task has been stopped

Payload

object
  • idstring
    Required

    Unique CloudEvent identifier.

  • dataobject
    Required

    The event-specific data payload for a stopped task.

    Show data properties
    • dataTaskobject
      Required
      Show dataTask properties
      • idstring
        RequiredFilterable

        Unique identifier for the data task.

      • namestring
        RequiredFilterable

        Name of the data task.

      • typestring
        Required

        Can be one of: "LANDING""STORAGE""QVD_STORAGE""TRANSFORM""DATAMART""REGISTERED_DATA""REPLICATION""LAKE_LANDING""KNOWLEDGE_MART""FILE_BASED_KNOWLEDGE_MART""FILE_LANDING""ICEBERG_STORAGE""MIRROR"

      • ownerIdstring
        RequiredFilterable

        Identifier of the owner of the data task.

      • spaceIdstring
        RequiredFilterable

        Identifier of the space containing the data task.

      • projectIdstring
        RequiredFilterable

        Identifier of the project containing the data task.

      • descriptionstring

        Optional description of the data task.

    • startTimestring
      Required

      Timestamp when the task was originally started.

    • stoppedBystring
      Required

      Identifier of the user who stopped the task.

    • stoppedTimestring
      Required

      Timestamp when the task was stopped.

  • timestring
    Required

    CloudEvent timestamp.

  • typestring
    Required

    Event type.

    Can be one of: "com.qlik.v1.di-projects.di-tasks.stopped"

  • sourcestring
    Required

    Event source.

  • useridstring
    Required

    Identifier for the user associated with the event.

  • subjectstring

    Subject of the event in the context of the event producer.

  • tenantidstring
    Required

    Identifier for the tenant.

  • dataschemastring

    URI to the schema for the data attribute.

  • extensionsobject
    Required

    Qlik-specific extension attributes for the event.

    Show extensions properties
    • actorobject
      Required

      Information about the actor.

    • updatesarray of objects
      Required

      List of updates related to the event.

  • specversionstring
    Required

    CloudEvents spec version.

    Can be one of: "1.0"

  • datacontenttypestring
    Required

    Content type of the event payload.

com.qlik.v1.di-projects.di-tasks.stopped

Example payload of the "Data task stopped" event

{
"id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"data": {
"dataTask": {
"id": "example_storage-lbx4",
"name": "Example Storage",
"type": "STORAGE",
"ownerId": "68064bc230525613f366b4f1",
"spaceId": "68079b4004d7603de4991dcc",
"projectId": "68172bbc045ae3756c1ae309",
"description": "this is an example storage"
},
"startTime": "2025-05-26T11:48:14.890Z",
"stoppedBy": "6819cec4fb2b973f77b77383",
"stoppedTime": "2025-05-26T11:49:59.000Z"
},
"time": "2025-05-26T11:50:00.000Z",
"type": "com.qlik.v1.di-projects.di-tasks.stopped",
"source": "com.qlik/data-app-design",
"userid": "6819cec4fb2b973f77b77383",
"subject": "some-subject",
"tenantid": "dpmeH_c0vkwEzct90sXfcDSXBXRmRuU5",
"dataschema": "https://example.com/schema",
"extensions": {
"actor": {},
"updates": []
},
"specversion": "1.0",
"datacontenttype": "application/json"
}