Takes Union of current feature group with 1 or more selected feature groups of same type.
| KEY | TYPE | Description |
|---|---|---|
| featureGroupIds | List[str] | List of feature group IDs to union with source FG. |
| dropNonIntersectingColumns | bool | If true, will drop columns that are not present in all feature groups. If false fills missing columns with nulls. |