
Explanation:
In Azure Data Factory data flows, the Alter Row transformation is specifically designed to handle row-level operations including insert, update, upsert, and delete operations when writing to sinks.
When configuring upsert operations with the Alter Row transformation, you typically define conditions based on key columns that determine whether a record should be inserted (new record) or updated (existing record). This aligns with Azure Data Factory's data flow capabilities for handling slowly changing dimensions and incremental data loading patterns.
Ultimate access to all questions.
You are creating a data flow in Azure Data Factory to perform an upsert operation on a table in an Azure Synapse Analytics dedicated SQL pool.
You need to include a transformation that defines the condition for when an input row should be upserted into the sink.
What transformation type should you use in the data flow?
A
join
B
alter row
C
surrogate key
D
select
No comments yet.