-
Using merge in snowflake connector
Hi, I am trying to optimize efficiency with the snowflake connector by changing the update method to merge. My data set has a column that shows when each row was last updated. I want to use this to pull only data that has been updated since the last time the dataset ran in domo. However, I can't seem to find any way to…
-
Running Total Beast Mode
Hi DOMO Community, I am working on a project where I need to look at running totals. I have the following beast mode function written out and it seems to be working properly so far: Now, I want to try to fill any null cells. My original approach for this was to create a new beast mode called Incurred During Period where I…
-
I am trying to use the ai features in jupyter workspaces, but I am having some trouble.
I found the GitHub page for domojupyter examples and I tried one them in my own jupyter workspace. The code I ran came directly from the example: import domojupyter.ai as ai prompt = "The text you wish to summarize goes here" response = ai.summarize(prompt) print(response.choices[0]) This code resulted in the following…