After executing my mapping dataflow I would like to run a clean-up script using the Post SQL Script option of the Sink activity.
However I'm not having much success with the expression builder. This is what I've tried so far:
concat ( 'UPDATE [cfg].[Entity] SET SchemaVersion =' , toString(CachedEntities#lookup($EntityName).EntityID + 1) )