Hello @Rachel_Nallathamby
I am not sure why you’re trying to access the schema
output of the ExampleGen
component?
You can try to get the specific outputs available from your ExampleGen
using this code:
print(example_gen.outputs)
Then replace your schema
with one of the appropriate outputs of the above code.
Let me know if it works