-
Amazon DynamoDB Data ETL
My team recently began to transition one of our key source data systems to be housed on AWS DynamoDB. Our connection to the legacy system is cumbersome to say the least (e.g. use a custom powershell script, workbench, and csv to feed data to Domo)...So, I was excited to utilize one of Domo's API Connectors to DynamoDB,…
-
Cannot Change "Hint" Values on Cards
I am trying to edit the value that shows up when I hover over an item in the legend of a card (first screenshot below). The value that shows when I hover over the Series Name in the Legend is defaulted to "[X-Axis Value] : [Y-Axis Value]". It appears that this is being driven by the "Hints" option under Chart…
-
Failed While Executing
I recently attempted to push some additonal transforms to an existing mysql dataflow to incorporate some brand-new data points. When I went to run the dataflow, I received the error message below: Failed while executingThe database reported a syntax error. Out of sort memory, consider increasing server sort buffer size Has…
-
Issue with the File Upload connector for Excel files.
Has anyone else had issues with the File Upload connector recently? I went in today to update an excel file which only changes monthly. The dataset has been "Preparing" for going on 20 minutes now with no success in sight. In the past, these updates took less than a minute at the most. HELP!
-
Problems with Amazon DynamoDB Connector
Recently, our team began development of a new portal to collect project information. The backend database is powered by AWS and we are able to view underlying data through Amazon DynamoDB. Unfortunately, the connector available in Domo continues to error out (error message screenshot below). DynamoDB Connector Error…
-
Workbench Error
I began receiving the error over the weekend while trying to execute workbench jobs that have historically ran successfully. The error message "DomoApi.Exceptions.IndexingFailedException" did not help point in a direction for fixing the issue. Have anyone run into this before?
-
Appending snapshot data to historical dataset
I am attempting to schedule a dataflow to append the week's data to a historical dataset which contains the previous week's history. The auto-updating dataset, call it: "projects_prod_daily" runs everyday as a replace data update. The historical dataset, let's call it: "projects_append_weekly" contains a history we…