domo-python-sdk
domo-python-sdk copied to clipboard
Python3 - Domo API SDK
I am running into an error trying to create a dataset from a pandas dataframe. ```` import pandas as pd import numpy as np from pydomo import Domo dummy_name =...
Issue #64. Catches OverflowError thrown when attempting to convert Dataset fields with large integers represented as strings into dates.
Hey together, with the most recent update, it is possible to set the owner attribute for a dataSetRequets object. I am working a lot with streams atm, and it would...
Hi I used the domo = Domo(client_id, client_secret, api_host=api_host) Before I used it and it was good. but recently there is connection error: ConnectionError: HTTPSConnectionPool(host='api.domo.com', port=443): Max retries exceeded with...
Hi there, I'm getting the following error when just using the basic Domo = Domo(client_id, client_secret, api..) Looks like there is something wrong with the Json parsing? `Traceback (most recent...
I would like to know how i can update a dataset owner using API. it seems pydomo last version lost this feature.
Hello, I try uploading datasets to Domo. However, the dataset upload fails while the dataset on Domo shows Storing. It keeps showing that continuously. If you try to execute the...
I noticed the Poetry dependency resolver cannot find the latest pydomo (0.3.0.3). To get around it, I was forced to first install packages using Poetry and then install pydomo separately...
I am trying to export a dataset from my company's Domo instance and am getting the following error when trying to run the following code (I have removed the actual...