I have a simple data flow with a source table, query, and target table, and I need to increase the column length of one varchar column in both source and target tables.
When I do this in the database, then re-import both tables in Data Services, only "Schema In" in the query is updated with the increased column length. I have to manually update the length in Schema Out for the extra characters to end up in the target. This particular column is just a straight mapping from source -> target, no transforms are used.
Is there any way to update Schema Out column lengths automatically when re-importing source/target tables?
(DS 4.2/SP3/P5)