Comments
-
When setting up a CA integration, we can see multiple warehouses and specify what operations take place in which warehouse. is it on the roadmap to be able to select the warehouse a query is executed on on a per dataset or per push down ETL basis? for smaller tables we use xsmall warehouses and for larger workloads we…
-
to be clear i believe OZ means we need the option of splitting up who can create an integration who can manage all CA integrations (i.e. not just the owners should be able to manage an integration) who can use an existing integration to pull in new datasets from the integration.
-
this can be done via API. it's how we manage it at my company. https://jaewilson07.github.io/domolibrary/classes/domoinstanceconfig.html#allowlist
-
i believe this exists. anything you can update via UI can be updated via API. it's just not documented. i have code for it in python. https://jaewilson07.github.io/domolibrary/routes/user.html#set_user_landing_page
-
seems foolish to recommend users add metadata in the form of descriptions, but not support them in exports. :( my users haven't asked for this yet, but maybe that's why the don't spend as much time updating descriptions. As Domo expands AI to support reading in more metadata, it seems like an oversight that will become…
-
Select All or support for Regex search in filters would be ideal. a la visual studio code.
-
OH NO! We are just embarking on a journey to start using Cloud Amplifier + Snowflake, it did not even occur to me that Domo wouldn't include this information in the Stats and Governance datasets.
-
@JeremyB while i appreciate the value of this change, consumption model withstanding, the design best practices suggest that each dashboard should be fed by one dataset, so if you UNION'ed your datasets into one for your dashboard, that would alleviate your problem. That said I don't know how that would work in an App…
-
working from a company that is VERY brand sensitive, i can't believe this wasn't core functionality to integrate Brand Kit closely with App Studio theme-ing.
-
Yeah, would be ideal if Domo were consistent with the literal meaning of Ascend (to go up) vs. Descend (to go down) and point their arrows in the same direction. i think @Ashleigh brought this up in slack too.
-
i believe this is a filter switch. ask your CSM. But also. Domo, this should be enabled by default … is it not a GA feature?
-
users using Sandbox must COMMIT / PROMOTE apps and then manually add default filters to the managed asset after the fact, which is not how content management via sandbox is intended to work.
-
what if i posited the challenge to you / domo to give us a tool that allows us to document a data pipeline what might the final functionality look like? generate a (set of) markdown or html document that provides a summary of the pipeline so that we could integrate that documentation with whatever 3rd party enterprise…
-
@ellibot do you see this being implemented similarly to pdp ? (i do! ;) I think we talked with Ben Schein about how while Attribute Based Control helps control actions (departmental admins), it's not the silver bullet to personalization, b/c ABAC addresses which actions a user can take (which impacts developers and admins…
-
omg +1 x10. i love the advancements to DomoStats, hope the documentation improves in parallel. Google produces really sick documentation on MIME types that might be an interesting format to follow.
-
@mfed303 it probably won't happen. Domo are pushing more SQL functionality into MagicETL, which will be a much stronger push to making MySQL ETLs obsolete
-
@SEC this is a tough one b/c domo can't just build a solution for EVERY customer and every customer probably treats YOY comparisons differently. AND even if domo did build it for YOU , if your CFO ever changed the approach now it's the same for everyone. if it were me i would build a dataset that actually calculates for x…
-
@DanBrinton building on this theme. PROPOSAL Domo should add a field "domo instance" to the "Access Token" Account type. PROBLEM An Access Token Account object does not store the instance that the account applies to. That's a bit of a mess b/c access tokens are not useful w/o the instance to point it at. same for a…
-
https://domousergroup.slack.com/archives/C012FFM2NCV/p1709574255798789?thread_ts=1709569535.861379&cid=C012FFM2NCV sorry guys, strongly disagree with this ask. "i strongly disagree with the desire to export App Studio as a dashboard.so much of the functionality of App Studio revolves around an app-like experience.you…
-
i love the support response "please clear your cache!"
-
no. you cannot use DeveloperAuth AND hit undocumented APIs. you must use TokenAuth.
-
Thanks guys. Yeah, you have to use DomoTokenAuth to move forward. most of this library uses undocumented APIs which require the use of an Access_Token (made in Domo > Admin > Access Tokens) client_id and secret only works with public APIs. if you look in the documentation, there's tons of working code for almost each…
-
what's the upside of using pyspark? what problem are you trying to solve? it seems like pyspark was designed to support pipelines that domo jupyter was not intended for.
-
is there a "follow button"??? how do i keep up with this thread!
-
Oh, noticing that the series maintains their color across the X axis (mobiles, tablets) etc. that's an interesting feature.
-
looks like you can change the background of cards or dashboards to 100% transparent, but having finer control over opacity (percent slider) might be nice! "In Domo Stories, you can change the background color of Dashboards as well as cards. This is not possible in standard Dashboards. " supposedly there's a feature in…
-
you would have to unpivot your metrics into rows instead of multiple metrics in columns. then you could apply a case statement based on the metric label for how they group.
-
use @MarkSnodgrass recommendation plus partitioning in Magic
-
@SlickVic i'm pretty sure this is what the PDP utility in the Governance Toolkit or Java PDP Utility do.
-
it is possible. you'll notice that in your screenshot the name of the dataset is aliasedfrom EmploymentCycleUpgraded to employmentcycleupgraded. if you wanted to swap in a new dataset to your ETL, just add it in and then change the alias.