-
Add Chart Type as a new field in the "Cards" report of the Domo Governance datasets connector..
It would be helpful to have an additional field in this dataset to define the "chart type" that was picked in the Analyzer when a domo card was created. I have a requirement where I need to know whether a card uses a table, bar, slicer…etc. type of chart. Note: this is different than the existing field in that dataset…
-
conditionally start a dataflow
I am aware of the 3 ways to start a dataflow...manually, on a schedule, and only when datasets are updated. I have a use case (which I suspect others may as well) where I only want a dataflow to run conditionally. Example: We are pulling multiple datasets in from an application that on occasion experiences data quality…
-
how do I access a table built by a domo stored procedure?
I have created a dataflow that in separate transform boxes does the following: * Drops ta Stored Procedure * Creates a Stored Procedure * Calls the Stored Procedure The Drop and Create transform return valid sql and seem to be working fine. But the Call (step 3) fails indicating that the table that I created in the…