Hi I am trying to create a data load process such ...
# gooddata-platform
p
Hi I am trying to create a data load process such as in my first image, but using the API. I have tried by creating a data load process using the /gdc/projects/{workspace_id}/dataload/processes and /gdc/projects/{workspace_id}/schedules endpoints but I end up with a schedule similar to my second image which appears to be something slightly different and when run it does not import any data. Is there a different endpoint I should be using to create the first type of schedule?
If you’re still struggling, can you please send us the body of your calls?
p
Hi Julius, thanks for getting back to me. Yes I'm creating a data loading process first, then adding the schedule. Here are screenshots of the body of the calls. These are both converted to JSON when sent
t
Hello @Paul H, the UI on the image supports only automated data distribution type of process. That is why the UI detected there is a data load process, but could not display it in the UI. The UI will display only processes with component name =
gdc-data-distribution
.
p
Great, thank you Tomas. I'll switch to
gdc-data-distribution
, that looks like exactly what I need.
t
p
Thanks Tomas. I have changed to the
gdc-data-distribution
method and it works exactly as needed. Thanks again for your help with this 👍
🙌 1