-
extra blank line being added on data import
I have successfully imported a csv to a dataset via the api, however, an extra blank line is being added right after the the column headers. I have tried both the Windows csv encoding (\r\n line terminator), and Unix encoding (\n only) and this hasn't fixed the issue. Any ideas?
-
How can we get an ASANA app?
I would love to be able to link in my account data at ASANA. ASANA is a cloud-based project management software. Link to their developer's site and API - (https://asana.com/developers/documentation/getting-started/overview) Is there a way that DOMO can link to this? Via Connector or App, either way works for me. Thanks,
-
Exporting the Org Chart
Is it possible to export the org chart? We would love to be able to reference this!
-
Questions about the Connector Builder
Hi, I'm thinking of building my first connector using the Connector Builder, but there's a few questions I have that are not covered in the documentation. 1. Does my connector have to be published to all Domo customers, or can I limit my connector to customers I choose? 2. If I need to publish updates to my connector, do…
-
Illustrator 2015.3 Update
Adobe has released updates to their Creative Cloud suite of applications. The latest version of Illustrator (listed as 2015.3 CC) is not compatible with Domo's Design Studio. We have created a fix for this and have submitted it to Adobe with a request to expedite the approval process. I will update this thread when that…
-
domonodo - WIP node.js library for using new Domo APIs
I'm throwing together a basic node.js library based on your API documentation, as many of our WorkBench jobs are running node scripts to pull data in from our third-party services. I just started on it today so it's very much a work in progress. You can find it on github: https://github.com/eibbors/domonodo Issues as of…
-
Magic ETL Replace String Blank Spaces
Is there a way to strip the blank spaces out of a text value in magic etl? My client is concatenating to text columns into a single column, and when they do it introduces a blank space between them. So the ask is to find a way of replacing/stripping that blank space with nothing. Tried text replace but no joy so far.…
-
Unable to create new oAuth clients?
I'm trying to create a new Client ID/Secret at: https://developer.domo.com/new-client It's been down for at least a week now. Any word on when that service will be ready to use?
-
Serious Feature Request: Autoplay .gif Image cards
Hey there, Honestly thinking about iterations of the tool. I know it seems silly, but bear with me. Currently we use hipchat for our internal business chat. Many other companies use Slack or some other similar tool. While I expect emoticons to come with Buzz 2.0, I haven't seen anything related to .gif functionality.…
-
Data Extraction API- Column Names not Returned
In the data extraction API, I am not sure how to receive the column names of the data table that is returned. Is this coming in the future? Will data be returned in JSON ever, or is it going to stick to CSV format for the foreseeable future?
-
DOMOPY- API Wrapper for PYTHON- **Also a request for Dummy Credentials
I'm doing essentially the same thing as DOMONODO, but in Python for data-oriented development. If anybody would like to help, it's on github at Gitzman/DOMOPY. I'd like to package it up and get it on PYPI once it's up and running. I'd like to publish a blog post about interacting with the API using Python, but don't want…
-
pydomo ds_query - api limit for large dataset broken out into many queries
Is there documentation on how many queries can be made, and what the API rate limit is? I have an extremely large dataset and I have to break it out into like 100 hundred queries but after the 10th query is run it breaks.
-
pydomo ds_query and query unable to use, Domo and Datasets object has no attribute
I have tried the following w. the same issue of object not found: domo = Domo(client_id, client_secret, logger_name='foo', log_level=logging.INFO, api_host=apihost) datasets_parent = domo.ds_query(...) # tried with domo.query() also same Domo object has no attribute ds_query error and I've tried: domo = Domo(client_id,…
-
pydomo CreateUserRequest attributes
I gather the CreateUserRequest() class in the pydomo SDK only accepts three attributes: name, email, role. That's a surprising and very restrictive limitation considering the API seems to work with every attribute of user profiles. It would be great to update this to work with more or all attributes, in particular:…
-
In search of an experienced DOMO developer.
We are fairly new to DOMO community and are looking to hire an in-house DOMO developer. Any suggestions on how to best recruit candidates?
-
Domo Phoenix Font Family
There's no option to include font family with the domo phoenix library, I know it can be done with css. Does anyone have an example they can share of how they've added font family to a chart from domo phoenix? thanks.
-
How to get last 4-5 months data from past few years data using magic ETL in domo?
I have data from past few years. But I need only the past 4-5 months data and it has to automatically change back to 4-5 months when it becomes next month. Help will be much appreciated. Thanks.
-
NULLS Last in filtered dataset pull
I am using the dataset query API (https://api.domo.com/v1/datasets/query/execute/), and it is working fine except for one small sorting issue. The SQL syntax supported by this API seems to support the "NULLS LAST" order by modifier, however, it seems to make no difference in the record ordering. e.g., select FirstName,…