Stream API - DataSet stack in Storing....

Hello All,

I'm very new to DOMO. I took over the project written in C# using Streams API.
I'm trying to add extra column to the existing dataset.

I have done necessary changes on in the code part and my payload (csv) contains extra column, I also updated the Schema of the dataSet so when I look in DOMO the column is there.

I have a sandbox and via Postman I can execute commands using DataSet API all fine, but when I try to commit data (single record - for tests) via /commit endpoint the dataSet get stack in Storing forever.

I do get correct response from /commit endpoint:

{
"id": 132,
"startedAt": "2024-05-05T05:56:53Z",
"currentState": "ACTIVE",
"rows": 1,
"bytes": 754,
"createdAt": "2024-05-05T05:56:53Z",
"modifiedAt": "2024-05-05T05:56:54Z"
}

Any idea what can be done here?

One other post suggested to contact support as this might be the backend issue.

Any help would be very much appreciated.

Kris

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    it’s likely a backend issue where Domo is having issues saving your dataset due to the schema changes. I’d removed logging a ticket with support

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    it’s likely a backend issue where Domo is having issues saving your dataset due to the schema changes. I’d removed logging a ticket with support

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Kris_s2
    Kris_s2 Member

    Hey @GrantSmith,

    Thank you for the comment, much appreciated.
    Is there a type in your comment, by any chance? .."removed logging a ticket with support".

  • Typing on mobile is hard :) removed → recommend.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Kris_s2
    Kris_s2 Member

    Thank you @GrantSmith
    Contacted support, @leonbrooks he is able to provide help with this.

    Much appreciated the advice :)