Skip to content

Instantly share code, notes, and snippets.

@giuseppellrusso
giuseppellrusso / domo_utils.py
Created January 11, 2021 13:32
Python module developed to programmatically run Domo datasets and dataflows
from pydomo import Domo
import logging
import json
import requests
""" Connect to Domo using the Pydomo library and the client id and secret
Documentation:
https://developer.domo.com/docs/authentication/quickstart-5
Args:
client_id (str): client_id to connect with