I have several (SQLCreator) sources and other transformers all feeding into a PythonCaller. I'm using the PythonCaller to pull certain attributes from each feature and create new features.
Is there a good way to determine which features come from which sources/transformers inside the Python script?
Currently I'm testing each feature for specific attributes, but this will not work for situations where features from multiple sources have the same attributes.