Is there support for the balanced data distributor component in BIML? The documentation has this: https://varigence.com/Documentation/Language/Element/AstBalancedDataDistributorNode
But when I use this element, I get the following error:
Error 0 FlowFramework, Version=5.0.60425.0, Culture=neutral, PublicKeyToken=015f370a62f9a1a3. No translator was found for the component Data Distributor of type AstBalancedDataDistributorNode in Dataflow ...
My biml looks like this:
<BalancedDataDistributor Name="Data Distributor">
<InputPath OutputPathName="Insert Row Count.Output"/>
<OutputPaths>
<OutputPath Name="DD1" />
<OutputPath Name="DD2" />
<OutputPath Name="DD3" />
<OutputPath Name="DD4" />
<OutputPath Name="DD5" />
</OutputPaths>
</BalancedDataDistributor>
I found this example, which seems to treat it as a custom component. Perhaps this was before it was built into SSIS: http://www.bimlscript.com/Snippet/Details/82 It does not work in SQL 2016 - BIML will generate it, but it has the wrong icon on the task and it can't find the component when you try to execute it.