I have a request to select the values from a sql table and pass it to adf pipeline example:
sql table-->abc with columns(col1,col2,col3,col4,col5)
I need to pass the col1 to col5 values as input to a pipeline abc.
how can we do that please suggest or if it is feasible solution.