New Features and Orchestration
  • 06 Jan 2023
  • 1 Minute to read
  • Dark
    Light

New Features and Orchestration

  • Dark
    Light

Article summary

The purpose of these exercises is to become familiar with some updated DataWORQ features, as well as flow orchestration.


Exercises

  1. You are the manager tracking sales for stores from Flat File Management. Given three flat files with sales data per store (DailySales_Store1.csv, DailySales_Store2.csv and DailySales_Store3.csv), you want to build on the former solution:

  1. You now want to stage the input data first in a database, and then produce a table that aggregates sales data ("Quantity", "Revenue") at the total store level.

  1. Change the above solution to use parameterized table names. Use these in the SQL query.

  1. Change the above solution to use a minimum of 4 flows, orchestrated by a master flow.

  1. Improve the total amount of time it takes to perform the initial data load, if possible.

  1. Schedule the load of DailySales_Store1.csv and DailySales_Store2.csv to happen nightly at midnight, and the rest of the data loads/processing to happen weekly.

  1. Notify yourself when the above successfully happens.

Hints

  1. Read through Flat File Source, Derive, Filter, Flat File Export, Database Source, Database Export, and Flow Connections.

  1. Read through Database Source.

  1. Read through Flow.

  1. Read through Run Profiles.

  1. Read through Run Profiles.

  1. Read through Email Alerting.

Was this article helpful?