Components
New Add Columns Processor
You can modify the input and output tables of your configurations by adding an arbitrary column with a fixed value using the new processor.
We have added a new processor that allows you to add one or more columns to any input or output table of your component configuration. The processor adds an arbitrary column with constant values defined by a function, e.g., current_timestamp - 1 day
.
The processor functions as follows:
- It takes all the tables in
in/tables/
and adds columns with a specified value. The result is moved toout/tables/
. - The file folder
in/files
is moved unchanged. - Manifest files are respected and transferred or modified as well.
For more information please see the documentation. If you have any additional questions or feedback, please do not hesitate to contact us.