question

cmrbkr avatar image
0 Votes"
cmrbkr asked cmrbkr answered

How to get details from Dafa Factory copy module after the job is completed?

Hello all,
I've been looking into extracting details of a copy job. I attached an image for a successful ending job but I think my question is about how to get those details of the result regardless of its status; succeeded | failed

Details I like to pull are; data read, rows read, data written, rows written, copy duration

92656-screen-shot-2021-04-29-at-103557-am.png



Thank you all for your time.


azure-data-factory
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @cmrbkr ,
Thanks for the ask and using the Microsoft Q&A platform .
At this time, we are reaching out to the internal team to get some help on this . We will update you once we hear back from them.
Thanks
Himanshu

1 Vote 1 ·

Hello @cmrbkr ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .In case if you have any resolution please do share that same with the community as it can be helpful to others . Otherwise, will respond back with the more details and we will try to help .
Thanks
Himanshu

0 Votes 0 ·
HimanshuSinha-MSFT avatar image
0 Votes"
HimanshuSinha-MSFT answered HimanshuSinha-MSFT edited

Hello cmrbkr ,
You can use the output properties of the copy activity and that should help. The below expreession should help.

@string(activity('name of your copy activity ').output.rowsRead)
@string(activity('name of your copy activity ').output.rowsCopied)

93428-93433-image.png

Thanks
Himanshu
Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members



image.png (17.6 KiB)
93433-image.png (17.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

cmrbkr avatar image
0 Votes"
cmrbkr answered

Thank you for your timely answer. Appreciated.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.