Replies: 2 comments 3 replies
-
Hi @vikashg , I think that because your transform output is not a dictionary anymore, so they can't be composed. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Nic-Ma, Thanks sooo much this saved me soo much time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I wrote a custom transform
What this transform does is basically extract some values from a dictionary based on the key provided. When I compose it with another custom transform which reads a json file. I compose it using a transform chain
I get the following error.
I am not sure what I am doing wrong. My other custom transforms never give such errors. Any thoughts would be really helpful. I will try to share the relevant code if needed. but I think the RunTimeError should giveaway the problems for experts @ericspod @rijobro
Thanks
Vikash
Beta Was this translation helpful? Give feedback.
All reactions