-
Is it possible to load card data in google sheets using the DOMO Google Sheets extension?
Is it possible to load card data in google sheets using the DOMO Google Sheets extension?
-
'None' response when calling Domo SDK to append data into dataset
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 then I get that error message when trying to append the data into it. After some troubleshooting I found that the 'None'…
-
[domo CLI] login issue in domo app CLI after performing npm start
Description When attempting to develop the custom Domo app locally and run the local server using npm start, an authentication error is returned, prompting the user to log in to Domo using domo login. After successfully logging in, attempting to use npm start again returns the same authentication error. However, it…
-
DomoPhoenix.CHART_TYPE.RADIAL - When minimum value is 0.
Building a gauge with DomoPhoenix.CHART_TYPE.RADIAL. It appears that when the minimum value is 0 it does not display on the gauge. If I set the minimum value to 0.01, it displays. Is there a way to force the gauge to show the minimum value when the value is 0?
-
Trigger a dataset update via python using a post call
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 connections guids = { 'datasetID': 'StreamID', 'DatasetID2': 'StreamID2', } #Does the work of kicking off updates for all Domo…
-
Domo Simple API - Insert null value using json
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 date column, this approach it's not what I'm looking for. Thanks!
-
Brick with Ten Datasets Question
Hey all, In the template for the "Brick with Ten Datasets", is there more specific documentation on the queries used to pull summary info into the card? For example, the https://developer.domo.com/docs/dev-studio-guides/data-queries link is provided as documentation for the code snippet below but there isn't even a…
-
Can you pass variables into a CLI script file?
I want to be able to pass the token and domain for the connect command or the file name and dataset ID in the export-data command. It would make it more extensible rather than have a script file for absolutly everything. domoUtil.jar -script E:\DomoUtil\MyExport.script I know I can regenerate the file each time using…
-
Export metadata on connector datasets
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 query used for each dataset, (2) the dataset id for each dataset, and (3) the name of each dataset. I know it is possible to…
-
Is there a way to pull data from the body of an email
I have emails that are automatically sent to my inbox with data contained in the email (see screenshot below). Is there a way to scrub the body of the email and extract data from it and pull into Domo? For example, I'd like to pull the value corresponding to Portal User ID (Cookie) .
-
Use an existing dataflow as a template???
I'd like to automate the creation of a dataflow as a copy of another dataflow, then change the owner. The new owner would then change some of the input datasets, rename the output dataset and alter a few of the tiles within the dataflow. Looking to simplyfy the intake of hundreds of files from different sources with…
-
Dynamic Filtering based on user permissions
I am trying to write some PDP policies. An example use case of my problem is that, all the users in my application have access to school names. Some users have access to multiple schools, while others have access to 1-2 schools. The schools these users have access to are defined on my backend. My DOMO dashbaord has a…
-
Saving filters
We are embedding our dashboards within our products via an iFrame. The issue we are having is saving the filters that a user has applied to their dashboard. Is there a way to save this in some sort of json string so that we can reapply it when that user logs back in? Programmatic filtering seems to limit the overall…
-
using Regex with email connector
Can anyone help me with Regex for an email connector. I have an email with two separate xlsx files. I've noticed the email connector will automatically default to the first one and I'm having difficulty getting a connector to pull the other. I tried setting up a separate connector to pull a file if the Attachment name…
-
How do we use the AWS assume role functionality with the upload-s3 Domo CLI command?
We have set up an AWS Role and AWS Profile to connect to an AWS S3 bucket. If we are using the upload-s3 Domo CLI command, how should we use the AssumeRole profile to connect, instead of passing a static access key and secret in the command line (upload-s3)?
-
Unknown Domo Governance datasets run error
Hi all, I've recently started looking into collating the masses of beastmodes our company has used to push some of these calculations back to our data models - instead of creating them on the application level. As a result, I came across a few posts suggesting using the Domo Governance Datasets, which on first inspection…
-
LinkedIn V2 API Changed?
Hello, Does anyone know of any issues currently with the LinkedIn V2 API connector? My connection recently broke and when I try to rerun it for post data, the content field is blank (not showing the account's posts). I was curious if anyone else experienced issues with the V2 connector and if there's a fix I can implement.…
-
Is it possible to get a dataset id using a dataset name?
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/datasets which includes a full list of dataset names too But the second API call is quite slow due to the number of datasets…
-
error while running a hello-world application => domo dev command
Trying the very first domo hello-world application by following the tutorial. For some reason not able to run the domo dev command and getting error as "DesignId is required"
-
Clearing Documents in Bulk in AppDB admin
There is a customer that is wanting to know how to delete every document from a collection, as opposed to a single document.
-
DOMO Excel Plug-in Filters
Hi I like the excel plug-in - however, I noticed the filter piece where I wanted to say if Column A = "Flower" or "Tree" I want to pull the data into the query table. However, when I tried Column A = 'Flower' OR Column A = 'Tree' it doesn't work. I also tried using Column A is in ('Flower','Tree') it doesn't work…
-
USPS API / Domo App? Need to Track Package Status Updates In Domo
Hello, I'm not a developer, but trying to help my company locate any existing infrastructure that might help us parse out USPS package tracking info so that we can join that to our orders with tracking numbers. This is their webtool info but it's way over my head.…
-
OKTA - DOMO API Setup
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 asking for the following pieces of information, I have more than half of the information but I am getting an error when I…
-
pydomo query not working
I was trying to use the domo.ds_query function and extract data between start_date and end_date. It gives me the following error. I don't know what is the reason behind this. It seems that when the start_date and end_date range is small, there is no error. However, when the start_date and end_date range is large, it shows…
-
PyDomo - DS_Update to Append Data?
Hello all, I've written a script that ideally will create a datastream into Domo. At the moment though, I'm struggling to find a way to replace the update method of ds_update() from PyDomo. The default appears to be replacing the data, but I need to append the dataset. Does anyone have any experience with this? Any help…
-
Can ddx cards automatically filter with normal cards when using page filters?
I am currently making a dashboard and needed a custom image to be used to display a value based on an ID, can ddx cards filter with the rest of the dashboard? Thanks ! :)
-
Details about, and alternatives to, the DataSet query API
I gave the datasets/query/execute v1 API a try today, and have a few questions: * What idiom of SQL is this using? It took me some time to get the name escaping done in a way that Domo tolerated. * Is there any dedicated documentation on the system, other than the sparse details I've found at…
-
APIs for sharing dataset with users
I am creating a dataset and adding pdp using APIs And now I need to share the dataset with the users programmatically are there any APIs for sharing datasets with users?
-
After applying PDP, the dataset is not visible to the user added in PDP
I have created a dataset and added PDP for a user but the user is not able to see the dataset. when clicking on the impact button it is showing the following pop-up Dataset created through apis
-
Is their API 'Rate limits' information shared for DOMO apis? If not, what are the rate limits set?
Couldn't find the allowed limits/quota of consuming DOMO apis over a specific period of time in the documentation.