开发者

When I add or derive columns, subsequent data flow transformations don't see the new columns

开发者 https://www.devze.com 2023-01-21 13:13 出处:网络
Is there a way to \"cascade\" new column information down through the subsequent data flow transformations when I add a new column?My curre开发者_如何学Gont practice is to open each tranformation in s

Is there a way to "cascade" new column information down through the subsequent data flow transformations when I add a new column? My curre开发者_如何学Gont practice is to open each tranformation in sequence and verify that the new column is available. If it isn't, I delete and recreate the transformation. I can't believe there isn't a better way to do this.


If you've already created the data flow and then alter or add a derived column transformation, the data flow usually doesn't automatically update subsequent transformations. However, your approach to open (edit) each transformation in sequence should force the transformation to update.

I don't recall any times where a transformation doesn't update with new inputs, but when it happens to you, you might want to delete and recreate the data-flow path. You may have less work to do to recreate the data-flow path.

0

精彩评论

暂无评论...
验证码 换一张
取 消