【发布时间】:2023-03-19 23:20:01
【问题描述】:
在 Azure 数据流中,是否可以在聚合转换中动态包含分组依据中的列?我在 Group By 中可能需要 8 列,具体取决于它们的值,即如果值为 1,则包含在 Group By 中。
简化为 2 列:
Column1 Column2
1 1
Group By Column1, Column2
Column1 Column2
1 0
Group By Column1
【问题讨论】:
-
数据流是一行还是多行?如果只有一行,则按 Column1、Column2 分组的结果与按 Column1 分组的结果相同。每列包含 0 还是 1?
标签: azure azure-data-factory azure-data-flow