Best Of
Re: Can you choose which DomoGPT Model to use in an AI Agent in a Workflow?
Okay great. Using this Python code in Domo's Jupyter Workspaces:
import requests
DOMO_INSTANCE = "your_instance" # example: company
DOMO_TOKEN = "YOUR_DEVELOPER_TOKEN"
url = f"https://{DOMO_INSTANCE}.domo.com/api/ai/v1/settings/services/sql/models"
headers = {
"X-DOMO-Developer-Token": DOMO_TOKEN
}
response = requests.get(url, headers=headers)
if response.status_code == 200:
data = response.json()
print("\nModels available:\n")
for item in data.get("domoProvidedServiceModels", []):
model = item.get("model", {})
print(f"{model.get('name')} = {model.get('id')}")
else:
print("Error:", response.status_code)
print(response.text)
I get:
Models available:DomoGPT - Medium v1.1 = domo.domo_ai.domogpt-medium-v1.1:anthropic
DomoGPT - Medium v1 = domo.domo_ai.domogpt-medium-v1:anthropic
DomoGPT - Medium v2.1 = domo.domo_ai.domogpt-medium-v2.1:anthropic
DomoGPT - Small v2.1 = domo.domo_ai.domogpt-small-v2.1:anthropic
GPT-4o = domo.openai.gpt-4o
DomoGPT - Medium v1.2 = domo.domo_ai.domogpt-medium-v1.2:anthropic
DomoGPT - Medium v2 = domo.domo_ai.domogpt-medium-v2:anthropic
Re: January & February Community Forum Recap
Congratulations @JasonAltenburg. Ten years, holy cow! I'm such as newbie.
I'm sure we all look forward to meeting @tjoyarz at Domopalooza. I wish him the best of luck in rounding up that 40% of us into some corner for greetings and a group photo.
Re: January & February Community Forum Recap
Maybe all of the Domo Community Members should come up with a secret handshake or specific greeting so we know who is "one of us" 😂
January & February Community Forum Recap
Hello Domo Community!
We’ve had an amazing start to the year! As we gear up for Domopalooza 2026 next month, we can’t forget about all the impressive achievements being made by the Domo Community.
Announcements
- Don’t miss out on the stunning line up of speakers and performs taking the stage this Domopalooza 2026. You’ll hear from customers like Ford Direct and Bissell as well as some of our very own Community Coaches like John Le, Mark Snodgrass, & Colemen Wilson.
- If you want to see what it’s like to speak at Domopalooza, follow John Le’s new YouTube series, The Road to Domopalooza, where you’ll follow the stories of several DP26 speakers and see how they prepare and execute their Breakout Sessions.
- NEW ACE Webinar-♣️♥️Dynamic by Design: Dashboards That Adapt to Every Conversation♦️♠️ Register now!
Most Active Discussions
These conversations sparked the most engagement—be sure to check them out and chime in with a reaction or comment:
- Issues with Pivot Tables - Comparing multiple years financial data by month
- Sales Modeling Correction Calculation in Pivot Table
- How to find the domo version?
Thank you, @bharris, @Pari, and @user060355, for asking such insightful questions! 50+ views on all these posts. Shout out to @DavidChurchman, @ArborRose, and @ColemenWilson for answering their questions!
Leaderboard Top 3
We appreciate our Community Coaches who choose to show up every month to answer questions. ArborRose is on his tenth consecutive month as the #1 respondent in the forum!
- @ArborRose: 652 points
- @ColemenWilson: 179 points
- @MarkSnodgrass: 125 points
Top 3 Ideas
These three ideas got the most upvotes, and it looks like @SherryR came up with two of them! The product team might just have to hire them at this point.
Give them an upvote or comment if you'd like to see them in the product too.
- Ability to hide menu bar
- Add Magic ETL Runtime History to History tab
- Run History for Snowflake Amplified Connection
Thank you for helping shape the future of Domo @SherryR, and @charlieV_OAP.
Community Member of the Month
Have you ever met someone who brightens your day with every interaction? Well, Jason Altenburg is one of those people. Not only does Jason work for one of Domo’s most loyal partners, OneMagnify, he’s also a Domo for Good volunteer and a Community Coach. Jason hits one decade in the Community this year and has continually shown up for its members month after month helping to answer questions and contribute to conversations. His kindness and sincerity make him such a valuable member of the Domo Community, and we couldn’t be more grateful for his contributions over the years.
Help me congratulate @JasonAltenburg in the comments below!
Re: Customize Your Domopalooza Experience—Breakout Session Registration Now Open!
Maybe I'm born with it. Maybe it's Maybelline….
Re: Do you live in Chicago?
@ellibot and @ColemenWilson maybe I need to make this event a Utah one aswell
Do you live in Chicago?
Hi all,
I live in the city and grew up in Chicago and I'm looking to really build up our Domo connections in the area. If you are in Chicago or the area, I'm hosting a monthly data event + cooking event.
1st part: Three people talk for only 10 minutes on some data problem they are solving (can be about governance, buy in, coding, visuals, etc)
2nd part: I hire a chef and he teaches us knife skills like how to cut vegetables
Because this takes place at a knife shop, if you bring your own chef's knife from home, you get it sharpened for free!!
Here's how it went last month:
If you want to read more about it, I have details here:
When: Feb 25th (Wed) 1-4pm
Where: Chicago Knife Center (West Loop)
How to Learn More/ RSVP:
Would love to connect with people in the area!
Re: AI (or other) ETL optimization?
Domo just had a webinar the other day that demonstrated how to use AI to auto document Magic ETLs. It was pretty impressive. Here's a link to the recording.




