Ask APIs and Developer.domo.com questions and get answers from Domo peers
Hi, I'm new to using APIs to interact with DOMO PDP policies, so I've follow instructions 1/ Create a client in 2/ Install pydomo Python package 3/ Run Python code from pydomo import Domo from pydomo.datasets import Policy, PolicyFilter, FilterOperator, PolicyType, Sorting domo =…
I'm running into a couple issues trying to get this to work. I think (but am not sure) that the dataset has to initially be created by the API. If that's the case it requires a schema file and I haven't gotten one to work correctly. Anyone have an example that I can use? Once that is done, if anyone has a working script…
I am having hard time in joining two tables using MySQL DataFlow (transform). SELECT a.Name, a.Id, a.state,b.Year,b.Gender from state a join national_names b on a.Name = b.Name anda.Year = b.Year
I have two tables that I need to join based on the date differences. Table a looks like this: ``` Date Partner Revenue 12/01/20 Cosmo 10 12/01/20 Esquire 5 ``` Table b looks like this: ``` Date Partner Revenue 12/01/20 Cosmo 10 12/01/20 Esquire 5 12/02/20 Cosmo 20 12/02/20 Esquire 25 ``` I need to grab everything from…
I tried unsuccessfully to find an example of pulling a Domo dataset directly to MS-SQL via the API. So I created my own. I am not a python coder but my script works just fine. Does anyone have a version of this subroutine that does not require defining the column names (ie header)? #Retrieve dataset from Domo API def…
Hi All, I'm working on a dynamic landing page and I am trying to make a 'universal search' within a Domo brick where users can type in whatever they are looking for and return back cards/dashboards that are relevant to their area of the business. I realize Domo already has a search, but I want to build off of that same…
Basically, There are multiple card data I wanted to use and process through Python. While I can certainly recreate it as a dataset, it's certainly tedious as there are multiple cards. Is there a workaround for this?
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'…
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?
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…
It looks like you're new here. Sign in or register to get started.
Have a Domo product enhancement idea? Submit or upvote on ideas in the Ideas Exchange.
Ask questions about Connectors, Workbench, Cloud Amplifier and get best practices from Domo peers
Ask questions about Magic ETL, SQL DataFlows, DataFusion, Dataset Views and get best practices from Domo peers
Ask questions about Beast Mode, Cards, Charting, Dashboards, Stories, Variables and get best practices from Domo peers
Ask questions about App Framework, Workflows, Domo Bricks, Domo Developer, API and get best practices from Domo peers
Ask questions about Jupyter Workspaces, R & Python Tiles, AutoML and get best practices from Domo peers
Ask questions about Domo Everywhere, Scheduled Reports, Mobile and get best practices from Domo peers
Ask questions about Governance Administration, Approvals, Teams, Alerts, and Buzz and get best practices from Domo peers
Watch how our Customers are using Domo to solve their complex problems.
Domo support and product teams are here to live-answer questions about the most recent product releases. Please post questions in this Forum board for all users to benefit (rather than submitting a support ticket).
Questions or discussions related to Domo University, trainings and certifications