コメント
-
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.
-
@ST_-Superman-_ i don't want to work through converting pseudo code to real code but i wonder if you could do math along the lines of do the datetime diff. between start_date and close_date. test if the day of week for CLOSE_DATE is < START_DATE (if it is we know there was a weekend in between and we have to subtract 48…
-
@swagner take a look at FIXED Functions
-
i could be mistaken, but i believe the env object should include all dashboard filter settings.
-
@SlickVic check out this article: "Pulling Parameters from the Environment"
-
@pstrauss the datacrew community, datacrew.circle.so, has a resource that might help you: This API will force domo to render your card. Video Tutorial https://www.youtube.com/watch?v=3ZwlzOlRBbA
-
I know for a fact they are working on a project in that space. But TBF the query API DOES work and hasn't changed.
-
@RobynLinden for your use case i would not necessarily care what order the dashboards were created, I just need to be able to set a default order for all users having the ability to set the default order to alphabetical (or anything else) would be nice, but bullet 1 is most important IMHO. I would separate this need from…
-
The webinar recording is live! We put a ton of Learnings and Resources here. Video Tutorial https://www.youtube.com/watch?v=15nXTopnRcI
-
I did a python implementation of solving this here: https://www.youtube.com/watch?v=3ZwlzOlRBbA
-
@JenniferGibson , @MichelleH used Redshift not Magic to get the job done. Beast Modes run on Adrenaline (Domo's database layer), Magic runs in a different environment. Even though many of the functions use similar syntax there is not always 1:1 parity in implemented functions, AND they are not processed in the same space.…
-
@LiliRestrepo all beta features are available in domo-dojo.domo.com. you don't have to die of Fomo.
-
@ST_-Superman-_ on paper i think i agree with you but i'm not sure what you want the end experience to be. when you choose a value with the Variable Picker, you want the value of the Variable Picker represented on the Axis? for stuff like this might be helpful to post a quick video of what you mean.