-
Triggering/Scheduling DOMO Jupyter Workspace Files/Notebooks
Is there a way to schedule the execution of IPYNB files within Jupyter Workspaces in DOMO? The interface is awesome, and I love that I can utilize the full power of Jupyter notebooks, but it's a bit frustrating to have to manually run the scripts. Ideally I would like to be able to either run them on a schedule or trigger…
-
Programatically update/delete cards
I have a python script which I use in conjuntion with the DomoStats Activity Log, Python SDK, to classify cards that are abandoned or otherwise need to be deleted. In our instance, this is close to 1000 cards. I do not see a way to interact with cards at the API level. Additionally, I am trying to rename the cards that we…
-
DOMO CLI Interface Search/Filter
I'm trying to better understand how to use the Domo CLI, and have a few questions. -Is there a way to search for all datasets/flow/cards whose name does not follow a defined convention? Ideally, I'd like to be able to utilize regex to search for patterns. Something like "list-dataset -n TEST%" -When executing a search, is…