Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.58 KB

File metadata and controls

41 lines (30 loc) · 1.58 KB

Scheduled Import of Timeseries Data to Integrated Data Lake

This small flow triggers the import of timeseries data to the Integrated Data Lake for further usage.

image

Prerequisites

  • Integrated Data Lake

Setup & Configuration

  1. Import the flow in Visual Flow Creator
  2. In the function node buildTimeImportJobSeriesBody specify
    • Asset (assetIds)
    • Aspect (aspectNames)
    • Output destination (destination) in the data lake for your files
    • [optional] specify a name for the import job based on your needs
  3. Save the flow

☁️ ✔️ You're ready ... - enjoy!

How does this flow works

The IDL endpoint to trigger the import job (from timeseries storage to IDL) is used and

  • asset
  • aspect
  • directory of export can be configured in the flow.

Result

After the data import was triggered via the flow and once the import job is finished, the data from timeseries storage can be found in the data lake. The IDL Explorer helps to browse the file structures. image

See also