Name

adams.flow.transformer.TimeseriesReportDbUpdater


Synopsis

Adds all the data to the report of the timeseries passing through that the SQL statement returns.
The {ID} placeholder can be used in the SQL statement to represent the current timeseries' ID.
The following types of SQL statements are supported:
- multiple rows of key-value pairs.
- single row, with the key being the column name.


Additional information

Flow input/output:
- input: adams.data.timeseries.Timeseries
- output: adams.data.timeseries.Timeseries


Options