Reputation: 11489
I have a data flow pipeline that takes data from a file and puts it into a table. I added a derived column from a variable (that has the file name) to add the file name to the pipeline. The derived column component throws the error "Updates column values using expressions" when run. What could be wrong?
Upvotes: 0
Views: 260
Reputation: 6446
"Updates column values using expressions" is the tooltip for the component where your package is failing. You need to look at the Progress tab during or Execution Results tab after a run to determine what your actual error is.
Upvotes: 1