Basically,
There are multiple card data I wanted to use and process through Python. While I can certainly recreate it as a dataset, it's certainly tedious as there are multiple cards. Is there a workaround for this?
You can use a python script to call the DOMO api and connect to the dataset used by the cards. You can then write that data to a local csv or pass it on to your SQL server, etc.