-
Add a condition on line plot to toggle between AVG and SUM conditions
Hi, I have a column in my data 'Volumes' and I am using that as Y-axis of line chart which is currently set to aggregate as SUM(Volumes). I have a problem with it where I want it to perform AVG(Volumes) when one condition is met and perform SUM rest of the times. I am trying to perform this logic using calculated field,…
-
Domo ETL parallel processing to reduce ETL runtime
Hello, I have a python script which is part of an ETL to transform a combination of 3 input datasets. The python script contains multiple if else statements and for loops which is taking aroung 4 hours to complete the ETL pipeline. I want to know if there is an option to parallelize the python script in Magic ETL to reduce…
-
How to download domo dataset to a linux server using Python?
I have been using pydomo python SDK to access and download the datasets from domo to a linux server. I have been able to build a script which can pull the details of the dataset from domo: Details look like below: 'lastSuccessfulExecution': {'createdAt': '2022-10-26T11:42:15Z', 'currentState': 'SUCCESS', 'endedAt':…