Config table in adf

Vineet S 385 Reputation points
2024-07-16T04:18:11.09+00:00

How we can load table from config table In da pipeline using copy activity.. Help me with screenshot

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,110 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 31,111 Reputation points MVP
    2024-07-17T04:42:29.54+00:00

    you can use a lookup activity to query any SQL statement from your SQL serve

    Then use

    @activity('Lookup1').output

    to reference the value in other activities.

    In case if you want to copy this query from 1 source to another, no need of lookup activity,

    within copy activity source SQL aspect only, you can have your select query and you can map your sink as needed