An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Debbie Edwards ,
Thanks for your query. Just wanted to check if you have got a chance to explore "Add additional columns during copy" feature in copy activity. This feature can be used to add additional data columns to copy along to sink.
Below are few scenarios where you can utilize this feature:
- When copy from file-based source, store the relative file path as an additional column to trace from which file the data comes from.
- Add a column with ADF expression, to attach ADF system variables like pipeline name/pipeline ID, or store other dynamic value from upstream activity's output.
- Add a column with static value to meet your downstream consumption need.
Please let us know how it goes.
Thank you