## Feature Description Add option to stream config to set custom static values to add to target object, eg. ```yml streams: transactions: ... metadata: x: y ``` Currently we achieving with: ```yml sql: > select *, 'y' as _x from ... ```