dataflow - updateif --> true()

arkiboys 9,621 Reputation points
2021-09-30T09:19:06.183+00:00

In dataflow I have source1, alter row, sink1
alter row setting is using : update if --> true()
This process is working fine.
Sink1 is .parquet file and on each load I can see that the lastmodified date column of this .parquet file has been updated.
I would like to find-out, whether the file is re-created or just updated.
How can I find out what is happening to the file? is it updated or is it re-created?

Thank you

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,533 questions
{count} votes

Accepted answer
  1. arkiboys 9,621 Reputation points
    2021-10-01T06:40:56.603+00:00

    That is my question. How do I find out if the system is updating or re-creating the file?


0 additional answers

Sort by: Most helpful