Will Barnwell
Will Barnwell
https://github.com/tobgu/pyrsistent/commit/30f138142923669c9da327abe214986919d52a07 changed the way transforms work so that they add intervening nodes from the matcher which didn't previously exist. This addressed the case in https://github.com/tobgu/pyrsistent/issues/154 and made ``` >>> freeze({}).transform(['foo','bar'],m())...
### Component(s) pkg/ottl, pkg/stanza, processor/transform, receiver/filelog ### What happened? ## Description We have a pipeline that uses a filelog input with some operators that set certain fields in attributes. We...