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 there a way to only return certain the ids based on defined attributes in the metadata? For example, I'd like to find all datasets who haven't updated in over a month. Or all datasets who are not connected to any cards.
Essentially, I'm exploring ways to more programmatically manage and administer data governance in our instance.
Thanks!