-
ETL joining causes an output dataflow that is too big?
I am very new in using Domo, so hopefully I can explain my situation well. I have three datasets that have different column names and structures, even though each dataset has same columns too, like 'Employee Name' and 'Employee ID'. I tried to join them (using inner join) and run preview with 10k limit, but it showed the…
-
JSON with custom parsing pagination
I have a question regarding the JSON with custom parsing connector. I have a dataset using the pagination settings to find the next page based (I think) on the ID of the last row returned. If I set this dataset up for a regular refresh, will it look at the last ID in the dataset, or would it just restart from the…
-
Append data when columns missing from input data
Hello. I have a master dataset in domo which was originally extracted from a legacy system, and has 'timestamp' and 'id' columns which were specific to the legacy data set. New data is identical but with the exception of the fact that it doesn't include those columns. It seems if I try to append the data to the master data…
-
Create stream for existing dataset
I created a dataset with the Dataset API and since I want to APPEND (not UPDATE/REPLACE) data, I need to use the Stream API. However, creating a stream requires a dataset object. Can I create a new stream for my existing dataset? If so, how?