Hello -
Looking for some direction on this. We have many scheduled workflows feeding a Synapse db where outputs from the modules create csv files that are used to load the metadata and data associated to a table with dynamic changes accounted for. I know that there is a caching problem with the Transpose tool where it will hang onto titlecase with a death-grip, so if the field 'Month' is coming thru and our customer starts feeding us 'month', the dynamic nature of accommodating this change is nixed by Transpose on our outputs. The nature of Transpose caching is throwing off subsequent Joins, and other alignment functions/tools in the modules which are case dependent.
So my question is in a server environment with MongoDb in play, is there something we can wipe run over run in the Persistence or Engine path that will short circuit Transpose apparently reading in metadata in the workflow which is soon to change (our 'Month' to 'month' example)?
As a best practice remedy on go-forward builds, we have told our teams that the first step will be to put in a Dynamic Rename tool after the data input function so that all fields will be TitleCased from their inception.
My request here is to deal with legacy workflows we have in place, which number in the hundreds.
I just don't know if this is just the nature of the bug that is associated with Transpose, and what the nature is of workflows running that "retain" some type of metadata from run to run as some type of efficiency measure baked into the server scheduling functionality for workflows.