-
Period over Period Beast Mode
I have the following Beast Mode working for a comparison table (Period over Period is the name of the variable: CASE WHEN Period Over Period = 'Week over Week' THEN (CASE WHEN WEEK(Date) = WEEK(CURDATE() - INTERVAL 1 WEEK) AND YEAR(Date) = YEAR(CURDATE() - INTERVAL 1 WEEK) AND DAYOFWEEK(Date) <= DAYOFWEEK(CURDATE()) THEN…
-
Is anyone having issues with Dropbox datasets?
We have five Dropbox datasets that have failed to run. "Domo is ready, but we could not find a file at specified path. Please enter a path for a file uploaded on dropbox." They have been running continuously for the past month up until that point. The files are across two separate Dropbox accounts, so it can't be a…
-
Anyone experiencing Shopify connection issues?
I have tried to create a new Shopify connector by using our domain name and user login. Everything works up until that point. After signing in to Shopify, I get the error: "Oauth error invalid_request: Your account does not have permission to grant the requested access for this app. You may be able to resolve this issue by…
-
How do I get started with MySQL Dataflows?
Hello all, I have roughly two years experience with creating Magic ETLs, but no experience with MySQL dataflows. I'm seeking to experiment with MySQL just for the sake of experimentation. Background: I've written thousands of Case When Statements for Beast Modes and calculated fields, but have very little actual SQL…
-
What exactly am I supposed to submit on a MajorDomo Practical Test?
This might be a stupid question, but I can't seem to locate any exact instructions on video recording for the Domo Professional Practical Test. I'm currently on the path to becoming a MajorDomo. I've just passed the Domo Professional Knowledge Test. I understand that I am supposed to screenshot each card, as well as…
-
Anyone have experience with creating a Kustomer connector?
It would be nice if Domo had a native connector for Domo. I have no idea why our Customer Service team got rid of Zendesk.
-
Anyone experiencing issues with the Alpha Vantage connector?
I have been getting the error: "Could not authenticate. Please check your credentials." for the past three days. Previously, the two datasets using the Alpha Vantage connector ran for three months without error. I just tried using a new API key and it did not work either. Is there a solution to this, or better yet, a…
-
Can we get more packages added to Python Scripting tiles?
I could really use pandas-datareader in an ETL. I know it's available in Jupyter Workspace, but its availability in a Magic ETL would be convenient for me.