Create a reusable pipeline to dynamic apply default value
Here is the scenario: I want to apply default value to a table, and the column(s) which need to apply default value might be changed. What I am doing is to: Create a parameter csv file with the same column names as the source table.Join the source ta...