Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Carolus_Holman
Contributor II
Contributor II

Trying to create a JSON Dataset - Pipeline Designer

I am trying to use the Talend API - https://api.us.cloud.talend.com/tmc/v2.1/artifacts

Postman works fine, when I try to use this GET in the Cloud Dataset/Pipeline Designer I get the following error:

Fetching a new sample

Could not fetch the sample. Job aborted due to stage failure: Task 0 in stage 0.0 failed 1 times, most recent failure: Lost task 0.0 in stage 0.0 (TID 0, localhost, executor driver): org.apache.avro.UnresolvedUnionException: Not in union ["null","string"]: {"id": "5e39c5e477d0d2609e6b4d03", "name": "default", "default": true}

URI: https://api.us.cloud.talend.com/tmc/v2.1/executables/plans

HttpMethod: GET

Answer Body Format: JSON

Set Header: True

Content-Type, application/json;charset=UTF-8

Labels (4)
2 Replies
Carolus_Holman
Contributor II
Contributor II
Author

The Second URI should also be: https://api.us.cloud.talend.com/tmc/v2.1/artifacts

Thanks.

RVeitch_84
Creator
Creator

Did you ever figure this out, I'm having a similar issue with Pipeline Designer?