I am trying to append data into a dataset I created using the API but I get this error: Failed to import data into Domo: 'NoneType' object is not subscriptable. The dataset is created successfully but…
Hi, I am currently pulling Datas of Twitter's feed of specific words from the twitter connector on DOMO. As most of the tweets are in Japanese, i was wondering if there a function/calculated field i c…
If you are struggling to build a viable and effective custom connector, a team of Domo users just published an amazing article on Graphable that will help you solve your problem! 💥CODE SAMPLES INCLUD…
I want to stop an API data set from ingesting further information going forward as it is getting replaced with a different dataset. Is there a way to stop the data set from making API calls and ingest…
Whenever there's an API connector update, it'd be nice if we can opt-in to receive the updates via email or some form of communication. Recently my team has been working off of the Facebook and Pinter…
I am currently successfully triggering a dataset update from Snowflake to Domo via python using the following code: import requests #list of dataset ids and stream ids for the Snowflake>Domo connectio…
It seems Simple API does not accept null value in json format. How can I insert null in a column using API? I tried "" and it works but this recognizes the column as string, if I need a int column or …
We need to export metadata for all datasets that use certain connectors. Specifically, we have created a large number of datasets using postgresql and bigquery connectors. We need to export (1) the qu…
When intergating with Domo Everywhere, creating a iframe is one of the main pain points. This should not be the case. In an ideal world, the iframe would look like this: <iframe src="https://public.do…
The API docs show it's easy enough to get metadata on a dataset using the https://api.domo.com/v1/datasets/{DATASET_ID} command, and you can get a full list of datasets using https://api.domo.com/v1/d…
Hi! I've got an issue with the Twitter authentication since 03/30/2023. It says: "Domo is ready, but Twitter returned Could not authenticate you." When I tried to re-connect the credential, I got only…
Currently in the Facebook Advanced Ads connector, there is no way to select specific insights you want your report broken out by. There are 60+ insights from video views, add to cart, add to wishlist,…
I have tried back ticks, brackets, everything I can think of The script below works correctly and provides the results that I expect, but I really need to put Account Level 9 in the var where Specific…
I have been handed an r script that has is using an accessToken to connect to domo and extract a dataset using a dataset ID. My end goal is to translate this to Python, as I have an existing pipeline …
Hello, I am running into an issue with setting up a Domo API connector in OKTA, looking to create some workflows to add and remove users to my account. When I go to setup the connector in OKTA it is a…