-
how can i track remote domo stats available in my child instances (05875821)
apparently remote domo stats have to be enabled on a per request basis (ticket 05875821) if i have 100 instances, what would be the most expedient way of confirming that all of them have the same stats reports available? if Domo updates a version of the report (and modifies the schema or how content is generated) what…
-
add manifest concept to DDX Bricks (so that i can call codeengine functions from bricks.
thoughts? apparently calling codeengine from ddx isn't currently supported. would it be possible to re-envision ddx with an extra tab (html, js, css, manifest) so we can have that control?
-
Window Function KB article
Domo does not appear to have a KB article for window functions despite having one for (newer) Fixed Functions. It would be nice to have both. Additionally it would be ideal if the Functions list in Beast Mode editor included all the available functions including window functions or statistical functions (MEDIAN() ) once…
-
JOIN on LIKE and BETWEEN in Magic 2.0
related to: https://dojo.domo.com/main/discussion/comment/28356#Comment_28356 It would be ideal to be able to perform a JOIN on a LIKE, BETWEEN, LESS THAN (or equal to) and GREATER THAN (or equal to) in Magic 2.0. Currently, users have to either do a full cartesian product (see threads above) or shift their pipeline over…
-
FIXED functions are difficult to understand and should be rolled into WINDOW functions
the FIXED function KB, https://domohelp.domo.com/hc/en-us/articles/4408174643607-Beast-Mode-FIXED-Functions, fails to differentiate it's functionality to WINDOW functions (despite using similar language). By borrowing from WINDOW function syntax FIXED functions mislead users as to what’s happening under the covers making…
-
FOR WHILE loops in dataflows
Related to: https://dojo.domo.com/main/discussion/52378/is-it-possible-to-use-while-do-loops-in-mysql-in-domo-dataflows There is no way to implement SQL Recursive Queries in Domo: https://www.sqlservertutorial.net/sql-server-basics/sql-server-recursive-cte/ Instead you have to guess the max depth and build as many JOINs…
-
VIDEO TUTORIAL: How to calculate Percentile Rank (for A/B testing)
Percent ranking answers what "% of values were less than Y." Kudos to @GrantSmith for the question. This is useful for comparing test results in two populations. Imagine 67 respondents tested 75% or les whereas in group B 99 respondents scored 75% or less. To calculate % rank, you calculate the rank and divide each rank by…
-
🎥📅 Build DDX Bricks in Domo - free webinar 11/2/2022 - with Noah Finberg
Overview DataCrew is excited to invite Noah Finberg, Manager of Data App Innovation @ Domo, LinkedIn, to present a 202-level overview of DDX bricks. In this Ask Me Anything format webinar, the Domo community will have the opportunity to learn more about use cases for DDX Bricks as well as get an introduction to app…
-
Tags should be pervasive across all Domo Objects (and influence search results)
You can Tag a Dataset You can Tag a Dataflow You should be able to Tag Domo Jupyter Notebooks, Dashboards, Cards, Goals and virtually any entity in Domo. At my organization we are trying to align KPIs with Cards and Dashboards and Datasets and Data Science workflows, having one consistent library of tags across all Domo…
-
Transparency on Optimizations for Dataset Views and Adrenaline Dataflows.
It is unclear when datasets have been optimized for View / Card performance. It would be ideal if there were some sort of indicator as to what had been done, or which columns have been optimized. This would empower data pipeline engineers to understand where improvements had been made or if additional optimization could be…
-
Tutorial: build your own connector against petfinder API
Building Custom Connectors in Domo. * Read the KB article in developer.domo.com then click Build Now and authenticate Upload Icons * I found images using google searches, then resized them using resizeimage.net to the appropriate dimensions. User Authentication * take note of the Configure Authentication KB article…
-
Linter and Auto Format in SQL dataflows and Beast Modes
for better visibility (and to support handover between users, it would be ideal if all the places users can write scripts / code had Linting, and AutoFormat which many scripting tools (Visual Studio Code, Atom, etc. have built in.) Places of interest include Connector configuration Formula tiles and scripting tiles in…
-
managing Adrenaline Dataflow Execution Run Time
there is a current limit that ADR flows must execute under 30 minutes. it is theoretically possible to have support increase that limit. is it possible to increase that limit to a site-wide decision? MORE IMPORTANTLY, can we have a mechanism for managing execution timeouts or rowcount timeouts? An ideal state would have a…
-
Duplicate Connectors and mass Edit connectors
related to https://dojo.domo.com/main/discussion/comment/57517#Comment_57517 Especially when we need to create n connectors from the same database and schema, it would be ideal to be able to duplicate the connector and then just change the sql query. when building connectors against databases that have many tables, it can…
-
update the Datacenter sidebar and Dataflows UI to show Jupyter Notebooks
if i didn't know i owned Domo Juypter, I would never know it because it's not obvious in the UI. consider adding icons in the DataCenter and Dataflows Quick Filters if the feature is available
-
Domo Knowledge Base (KB) Dataset as Domo Stats
It would be ideal if Domo had a DomoStats or DomoDimensions dataset that listed out each KB in the knowledgebase as a URL, tagged the product feature covered, and included a 'last_modified' date. Extra ideal would be if the dataset included an HTML text version of the document and a Markdown version of the document in case…
-
Need users to be able to assign members to different roles without modifying role grants
I need my instance_admins (a custom role) to be able to assign users to different roles without having the ability to alter grants to custom roles. It looks like Manage all Roles includes "add user" and "edit grants" which should be separate (like edit group membership vs. edit the group). For our use case: James has the…
-
Partition UI Feedback - delete and merge partitions in the Domo UI.
Currently, there's a limit of 400 partitions in a dataset produced by Magic ETL. Setting aside that 400 feels like a very arbitrary number (and entirely too low given that most partition schemes are by date, it would be ideal if Domo added buttons, tools within the Partition UI to allow users to manage them. Users need the…
-
'preferred' connectors - last update date - 'best connector'
with 26+ Snowflake connectors and 5+ Athena connectors, it's often difficult to know which is the appropriate connector for my use case. the 'preferred' connector is a good start, but it would be ideal to 1) have more visibility as to what makes a preferred connector 2) have visibility on any under the covers behavior that…
-
Partition Support in Adrenaline Dataflows.
I know Partition support in Magic 2.0 is barely out of the gate, but as we reach for feature parity, I hope Domo is looking at Partition support in Adrenaline Dataflows. The engineers in my org really appreciate the value (speed) Adrenaline Dataflows brings to their data pipelines. It is a bit of a tough sell to tell them…
-
MD5 or SHA1 (or similar) encoding in Adrenaline Dataflows
related to https://dojo.domo.com/main/discussion/49054/md5-or-sha1-in-beast-mode Sometimes users will use MD5 or SHA1 encoding to create a surrogate key for application in dimensional modelling-informed workflows. in our use case we needed to create a dimensional table by perform a set of operations on a distinct set of…
-
smart Backfill support for partition-enabled datasets
I believe the GA connectors were enhanced courtesy of an organization Oleksii worked for to support backfill. i.e. the connector could be configured to go back to X point in time and the connector would automatically backfill history. It would be nice to see a similar feature supported for partition-enabled datasets. Ex I…
-
BULK UNION in Magic dataflows or Adrenaline
It would be ideal if there was a Input Dataset tile that would allow me to select multiple datasets and UNION them as part of a dataflow. A use case would be if I had data arriving from 10 or 30 connectors that all had the same schema ex. SAP report that was extracted into a new connector every month YouTube report fed by…
-
Write your own SQL in Dataset Views
It would be ideal to be able to write your own SQL in the Dataset Views UI. The process for defining views can be very slow especially if you want to add a calculated aggregated column AFTER you've applied the GROUP BY clause -- because you'd have to ungroup the VIEW, define the calculated column, then reapply the…
-
Domo Certification progress and Community Engagement Datasets
related to https://dojo.domo.com/main/discussion/55623/dataset-card-certification-history it would be ideal if Domo could provide datasets that would allow us to track user behavior in the community oriented resources (KBs, updates in Dojo, Support tickets, and Domo Certification / mdoule completion). As Domo Champions…
-
email connector upload limits and error messages
Increase limit from 30Mb to 100Mb more descriptive error in the history tab if maximum file size reached. At the moment, there's no indicator in the error message that the file size exceeded the allowed limits.
-
API Authentication, updates to the Activity Log, and Data Export Transparency
At the moment it can be unclear when users are downloading data from Domo. For example requests against this API https://{{domo_instance}}.domo.com/api/query/v1/execute/{{dataset_id}} , do not hit the activity log; however, savy users could use this to download datasets to their computer. I appreciate that this same query…