Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

2.0.0-M1 python extension failure relationship doesnt take new flowfile attributes

avatar

Hi,

Using pythong extension Im trying to write my custom processor , I noticed when I return failure rel as follows:

 

return FlowFileTransformResult("failure", contents=None,attributes={"Feeling.Good.About.PY.Ext":"No"})

 

I cant find any attribute "Feeling.Good.About.PY.Ext" in the failure rel flowfile with value "No". I can guarantee that its not because the attribute name or the value 🙂 . Not sure if this is done by design or what.Any thoughts on this?

I have also posted another question related to splitting byte input into multiple flowfiles here but no answer:

https://community.cloudera.com/t5/Support-Questions/python-extension-generate-multiple-flowfiles-fro...

 

@MattWho, @steven-matison , @cotopaul@joseomjr 

Thanks

0 REPLIES 0