An Azure service for ingesting, preparing, and transforming data at scale.
Dynamic Assertions in Azure Data Factory Dataflow
Abdullah Humayun
40
Reputation points
How can I create dynamic Assertion Rules in Azure Data Factory Dataflow? I am attempting to read a table from a path and create assertion rules for each column dynamically. However, it seems like I can only define assertion rules beforehand and not change them during runtime. Passing column names to the dataflow is a possible solution but it could be costly and time-consuming.
Is there a way to create dynamic assertion rules that can check for uniqueness for each column in the table, for example, when reading a table with 3 columns?
Azure Data Factory
Azure Data Factory
Sign in to answer