-
Re: Trigger a dataset update via python using a post call
I was able to figure this out. In case anyone needs it: from pydomo import Domo from pprint import pprint domo = Domo(client_id, client_secret, api_host=api_host) dataset_id = xxxx streams = domo.str…2