Is there way I can grab the file path from Azure Data Factory Copy Activity Output. I have another activity in my pipeline that I want to use the output filepath for. I would also add the filepath as a value to parameter as well.
You can not get filepath from copy activity output.
You can set filepath as parameter, and pass that to dataset.
dataset of sink:
Then you can pass this filepath parameter to another activity.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more