define how a step should write data into Wizata.
can use a mapping table (key=dataframe column, value=hardware id or template property).
Attributes
| Name | Type | Description |
|---|---|---|
| config_id | uuid.UUID | technical id of this configuration. |
| datapoints | dict | mapping dict between dataframe column and Wizata datapoint hardware id or template property. |
| map_property_name | str | define name of a context property containing a mapping table to use. |