Using SQL dataflows
SQL dataflows is a tool for those of you who know the SQL scripting language. It enables you to chain multiple sequential SQL commands into a transformation pipeline. Domo datasets are the only supported inputs, and the output is one or more datasets. Let's go through the steps of how to create a SQL dataflow.
Creating a SQL dataflow
Let's walk through a scenario where we must create a SQL dataflow to produce a new aggregated dataset that supports burnup charting:
- Click on the DATA item in the Domo main menu bar.
- Click SQL in the MAGIC TRANSFORM area.
- Enter
Opportunity Aggregate
in the DataFlow Name & Description box. - In the Input DataSets area, click SELECT DATASET.
- Click Opportunity Cleansed in the Select a Dataset popup.
- Click the CHOOSE DATASET button.
At this point, the page should look as follows:
Let's add the Date...