domo-python-sdk
domo-python-sdk copied to clipboard
Python3 - Domo API SDK
Added missing argument to setup.py to make readme show properly in pypi. Guides: [Making a PyPI-friendly README](https://packaging.python.org/guides/making-a-pypi-friendly-readme/) [Stackoverflow Question](https://stackoverflow.com/a/26737258)
I am using pydomo in a jupyter notebook to write a dataframe to a domo instance using the ds_create or ds_update method. The date value stored in my dataframe is...
There are instances where the data I have isn't encoded as utf-8 but a different encoding like latin1. Currently the ds_get funciton assumes utf-8 formatting when returning a pandas dataframe....
Allow passing arguments (like dtype, ...) as kwargs to `ds_get`, to be passed to `read_csv`. Might make sense to disable parsing to dates for columns that are specified in kwargs->dtype.
Hi, While authenticating using Domo method it is throwing below error. Could you please help how to sort certificate verification issue? ``` Traceback (most recent call last): File "/opt/homebrew/lib/python3.8/site-packages/urllib3/connectionpool.py", line...
Hi Team, We are dealing with millions of rows and current implementation of uploading to stream fails after sometime as it process the data in smaller chunks. Can you please...
Hi Domo team, I found current version of the SDK does not have support for configuring HTTP / HTTP proxy, which is necessary for communicating with the API from enterprise...
When we use domo.pages.update() method to move a page as a sub-dashboard of another page. This moves the page but the owners of the page changes to 'No Owner'. So...