I am trying to create a azure datafactory mapping dataflow that is generic for all tables. I am going to pass table name, the primary column for join purpose and other columns to be used in groupBy and aggregate functions as parameters to the DF. parameters to df
I am unable to refernce this parameter in groupBy Error: DF-AGG-003 - Groupby should reference atleast one column - MapDrifted1 aggregate( ) ~> Aggregate1,[486 619]
Has anyone tried this scenario? Please help if you have some knowledge on this or if it can be handled in u-sql script.