Add an input port for Schemas to enter the FeatureWriter when writing dynamically
The FeatureWriter could then ensure it’s received all the schema features before it starts processing the data features.
Currently, ensuring the schema feature hits the featurewriter before the data features can be problematic, especially when you’re developing with feature caching turned on.


