I am building a Data flow pipeline which will call control flow pipeline.
The solution I am trying to achieve is to implement the Fuzzy logic for two master table to find relevant matching. As show on below screen capture, I am building the Data flow to connect to the underline tables in the same database, but connection is the same. I want to parameterise the table names hence I can use the same generic connection rather than creating new one for each table.
enter image description here enter image description here
my issues are:
- How can I send the table names from control flow to data flow via parameter
- How can I brown the table's column names on the join condition as shown on the screen capture
I tried creating parameters on the control flow and it is appeared to be working, however I can't brows the table to pick the join columns from table 1 (source 1 ) table 2 ( source 2 )
Please see below where it is using BLOB storage, enter image description here





