i am working on ADF , i am loading data from adls to sql server through a pipeline. I want to create a ID in my pipeline that can be used as an identity to show the data of that particular run in the database.
In each run, there should be unique id created, through which we can refer to all the data which is loaded to DB in that particular run
I don't know how to create that. Can we run anu sql statement to create the ID and use it later in pipeline parameters?
1条答案
按热度按时间bzzcjhmw1#
To create identity for every new iteration of pipeline you can use two ways as follows.
Output for it
Store the output of SQL statement as unique id.
Mapping is same as above.
Output for this: