79617724

Date: 2025-05-12 11:14:50
Score: 1
Natty:
Report link

ADF Lookup Activity doesn't work with DataSet parameters Can someone please verify?

You're specifically trying to pass the schemaName.tableName via dataset parameters to a Lookup activity in Azure Data Factory (ADF).

Please follow the steps to Dynamically pass the schemaName.tableName via dataset parameters:

Create two parameters table and schema inside pipeline:

1

Create a dataset for Azure SQL Database with two Dataset Parameter schemaName and tableName:

enter image description here

In Connection Dataset, Add the Dataset Parameters , inplace of Table as @dataset().schemaName . @dataset().tableName

Note: Check Enter Manually

enter image description here

Now in Settings of Look Up Activity, add the pipeline Parameter expression to Value of Dataset properties.

Expressions: @pipeline().parameters.table and @pipeline().parameters.Schema

enter image description here

Now Debug the pipeline to check.

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Pritam