-
Jupyter Workspace down?
Hello Forum, I've been developing some complex ETL's on a jupyter workspace in Domo for a couple of months. This morning I noticed that many of such ETL's did not run. When trying to run them manually I got the error causing the issue (I happens with any dataset, not just the one shown): It is a very long error, but the…
-
Workflows to check Dataflow executions
Hello. I've been trying to use the "Get Dataflow Execution Status" and "Was Last DataFlow Run Successful" functions, but I'm getting weird results. I purposely created a dataflow that always fails: Then I test these functions on the workflow editor I get a "FAILURE" and "false" responses (see images). However, once I…
-
Can't delete group with Domo Group API (Python SDK)
Hello, I'm trying to set up some PDP Automation process using groups, however, I notice that the Python command for delete group does not work properly, I'm not sure if I have adequate permissions or if the API is just not working. For example, when trying to run domo.groups.delete(group_id) I get: "statusReason":"Bad…